mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 18:36:38 -06:00
Merge pull request #274 from hargata/Hargata/supplies.improvement
fixed supply requisition when used with european units.
This commit is contained in:
commit
39d0d346ad
@ -129,7 +129,7 @@
|
|||||||
$("#selectSuppliesButton").attr('disabled', (hasError || totalSum == 0));
|
$("#selectSuppliesButton").attr('disabled', (hasError || totalSum == 0));
|
||||||
if (!hasError) {
|
if (!hasError) {
|
||||||
return {
|
return {
|
||||||
totalSum: totalSum,
|
totalSum: globalFloatToString(totalSum),
|
||||||
selectedSupplies: selectedSupplies.toArray()
|
selectedSupplies: selectedSupplies.toArray()
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user