2
0
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:
Oliver
2025-06-14 19:31:35 +10:00
committed by GitHub
parent b02bc3842e
commit 26b5f0ae4c

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 %}