Documentation fix (#9782)

This commit is contained in:
Oliver 2025-06-14 19:31:35 +10:00 committed by GitHub
parent b02bc3842e
commit 26b5f0ae4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Generate a list of all active customers:
{% raw %}
{% load report %}
{% filter_db_model company.company is_customer=True active=True as active_customers %}
{% filter_db_model 'company.company' is_customer=True active=True as active_customers %}
<ul>
{% for customer in active_customers %}