mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Bug fixes
This commit is contained in:
		| @@ -249,7 +249,7 @@ class SupplierPartList(generics.ListCreateAPIView): | ||||
|             params = self.request.query_params | ||||
|             kwargs['part_detail'] = str2bool(params.get('part_detail', None)) | ||||
|             kwargs['supplier_detail'] = str2bool(params.get('supplier_detail', None)) | ||||
|             kwargs['manufacturer_detail'] = str2bool(self.params.get('manufacturer_detail', None)) | ||||
|             kwargs['manufacturer_detail'] = str2bool(params.get('manufacturer_detail', None)) | ||||
|             kwargs['pretty'] = str2bool(params.get('pretty', None)) | ||||
|         except AttributeError: | ||||
|             pass | ||||
|   | ||||
		Reference in New Issue
	
	Block a user