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