Fix allocation count
This commit is contained in:
parent
5ae7ca71d7
commit
53d1040875
|
|
@ -1,5 +1,6 @@
|
|||
function updateAllocationTotal(id, count, required) {
|
||||
|
||||
count = parseFloat(count);
|
||||
|
||||
$('#allocation-total-'+id).html(count);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue