summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB.pm')
-rwxr-xr-xLedgerSMB.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index 52dae7c3..a897a070 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -1,4 +1,3 @@
-
=head1 NAME
LedgerSMB The Base class for many LedgerSMB objects, including DBObject.
@@ -351,7 +350,6 @@ sub format_amount {
if ( $dash eq "0" && $places ) {
- #if ( $myconfig->{numberformat} eq '1.000,00' ) {
if ( $myconfig->{numberformat} =~ /0,00$/ ) {
$amount = "0" . "," . "0" x $places;
}