mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Making the frog happy
This commit is contained in:
		| @@ -175,10 +175,6 @@ class StockMove(APIView): | ||||
|         if 'notes' not in data: | ||||
|             raise ValidationError({'notes': 'Notes field must be supplied'}) | ||||
|  | ||||
|         parts = [] | ||||
|  | ||||
|         errors = [] | ||||
|  | ||||
|         for item in stock_list: | ||||
|             try: | ||||
|                 stock_id = int(item['pk']) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user