mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Add report reference
This commit is contained in:
		| @@ -505,6 +505,7 @@ class SalesOrderReport(ReportTemplateBase): | ||||
|             'customer': order.customer, | ||||
|             'description': order.description, | ||||
|             'lines': order.lines, | ||||
|             'additional_lines': order.additional_lines, | ||||
|             'order': order, | ||||
|             'prefix': common.models.InvenTreeSetting.get_setting('SALESORDER_REFERENCE_PREFIX'), | ||||
|             'reference': order.reference, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user