summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/Form.pm')
-rwxr-xr-xLedgerSMB/Form.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 9e24d4d3..5ea22710 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -394,6 +394,12 @@ sub format_amount {
# is the amount negative
my $negative = ($amount < 0);
+ # Parse $myconfig->{numberformat}
+
+
+
+ my ($ts, $ds) = ($1, $2);
+
if ($amount) {
if ($myconfig->{numberformat}) {