diff options
Diffstat (limited to 'sql-ledger/locale/nl/Num2text')
-rw-r--r-- | sql-ledger/locale/nl/Num2text | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-ledger/locale/nl/Num2text b/sql-ledger/locale/nl/Num2text index 777c2f3ac..d86a18890 100644 --- a/sql-ledger/locale/nl/Num2text +++ b/sql-ledger/locale/nl/Num2text @@ -77,7 +77,7 @@ sub num2text { my @textnumber = ('**'); # split amount into chunks of 3 - my @num = reverse split //, $amount; + my @num = reverse split //, abs($amount); my @numblock = (); my ($i, $appendn); my @a = (); |