mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
fix the problem that the thousands separator is missing
This commit is contained in:
@@ -28,6 +28,8 @@ export function numericCurrencyToString(num, enableThousandsSeparator, trimTailZ
|
||||
}
|
||||
}
|
||||
|
||||
integer = appendThousandsSeparator(integer, enableThousandsSeparator);
|
||||
|
||||
if (decimals !== '') {
|
||||
str = `${integer}.${decimals}`;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user