diff --git a/docs/docs/report/helpers.md b/docs/docs/report/helpers.md index f6d27e9bf8..a128fa56cb 100644 --- a/docs/docs/report/helpers.md +++ b/docs/docs/report/helpers.md @@ -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 %}