summaryrefslogtreecommitdiff
path: root/LedgerSMB/Sysconfig.pm
blob: 7d0f56fe8c9c7a4d9ec6f67bfca8ac7ba4a82106 (plain)
  1. #  This is the new configuration file for LedgerSMB. Eventually all system
  2. # configuration directives will go here, This will probably not fully replace
  3. # the ledger-smb.conf until 1.3, however.
  4. package LSMBConfig;
  5. $session='DB';
  6. $logging=0; # No logging on by default
  7. @io_lineitem_columns = qw(unit onhand sellprice discount linetotal);
  8. 1;