mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix allocation count
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
function updateAllocationTotal(id, count, required) {
|
||||
|
||||
count = parseFloat(count);
|
||||
|
||||
$('#allocation-total-'+id).html(count);
|
||||
|
||||
|
Reference in New Issue
Block a user