mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix allocation count
This commit is contained in:
parent
5ae7ca71d7
commit
53d1040875
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user