mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Documentation fix (#9782)
This commit is contained in:
		| @@ -135,7 +135,7 @@ Generate a list of all active customers: | |||||||
| {% raw %} | {% raw %} | ||||||
| {% load report %} | {% 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> | <ul> | ||||||
|     {% for customer in active_customers %} |     {% for customer in active_customers %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user