mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Fix summation of build allocation items
This commit is contained in:
		| @@ -71,7 +71,7 @@ function loadAllocationTable(table, part_id, part, url, required, button) { | ||||
|         var count = 0; | ||||
|  | ||||
|         for (var i = 0; i < results.length; i++) { | ||||
|             count += results[i].quantity; | ||||
|             count += parseFloat(results[i].quantity); | ||||
|         } | ||||
|  | ||||
|         updateAllocationTotal(part_id, count, required); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user