Fix allocation count

This commit is contained in:
Oliver Walters 2020-02-12 08:14:04 +11:00
parent 5ae7ca71d7
commit 53d1040875

View File

@ -1,5 +1,6 @@
function updateAllocationTotal(id, count, required) {
count = parseFloat(count);
$('#allocation-total-'+id).html(count);