Documentation fix (#9782)
This commit is contained in:
parent
b02bc3842e
commit
26b5f0ae4c
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue