From 26b5f0ae4c37e558054323d5265dc1117a0bf4b2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 14 Jun 2025 19:31:35 +1000 Subject: [PATCH] Documentation fix (#9782) --- docs/docs/report/helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}