fixed supply requisition when used with european units.

This commit is contained in:
DESKTOP-GENO133\IvanPlex 2024-02-11 14:40:47 -07:00
parent d3be77bf09
commit 142865f1ce

View File

@ -129,7 +129,7 @@
$("#selectSuppliesButton").attr('disabled', (hasError || totalSum == 0));
if (!hasError) {
return {
totalSum: totalSum,
totalSum: globalFloatToString(totalSum),
selectedSupplies: selectedSupplies.toArray()
};
} else {