mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Bugfix: Select test report template
- Actually, two bugs!
This commit is contained in:
		| @@ -180,7 +180,7 @@ class TestReport(ReportTemplateBase): | ||||
|         Test if this report template matches a given StockItem objects | ||||
|         """ | ||||
|  | ||||
|         filters = validateFilterString(self.part_filters) | ||||
|         filters = validateFilterString(self.filters) | ||||
|  | ||||
|         items = StockItem.objects.filter(**filters) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user