diff options
-rw-r--r-- | LedgerSMB/Sysconfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index 4fbd554a..f14b3f01 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -37,7 +37,7 @@ $latex = 1; # Defaults to 1 megabyte $max_post_size = 1024 * 1024; -# defaults to 2 +# defaults to 2-- default number of places to round amounts to $decimal_places = 2; # spool directory for batch printing $spool = "spool"; |