mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fix another quantity
This commit is contained in:
		| @@ -1643,6 +1643,9 @@ function allocateStockToBuild(build_id, part_id, bom_items, options={}) { | ||||
|             remaining = 0; | ||||
|         } | ||||
|  | ||||
|         // Ensure the quantity sent to the form field is correctly formatted | ||||
|         remaining = parseFloat(remaining.toFixed(15)); | ||||
|  | ||||
|         // We only care about entries which are not yet fully allocated | ||||
|         if (remaining > 0) { | ||||
|             table_entries += renderBomItemRow(bom_item, remaining); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user