mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Documentation fix (#9782)
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user