diff --git a/InvenTree/InvenTree/static/script/inventree/build.js b/InvenTree/InvenTree/static/script/inventree/build.js index c80cc00252..aa938ecd53 100644 --- a/InvenTree/InvenTree/static/script/inventree/build.js +++ b/InvenTree/InvenTree/static/script/inventree/build.js @@ -1,5 +1,6 @@ function updateAllocationTotal(id, count, required) { + count = parseFloat(count); $('#allocation-total-'+id).html(count);