diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-23 19:51:03 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-23 19:51:03 +0000 |
commit | af66021ef163a3f51895db8eb89c957d292f8997 (patch) | |
tree | 250a5a54fc24816f3e5ee730288b37047cefbb52 /LedgerSMB | |
parent | aeebfdb93c0fe6cae8346564f243bc78b4f6ec0a (diff) |
Moved io lineitem column list to LedgerSMB::Sysconfig;
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@263 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-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 983675ff..7d0f56fe 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -7,7 +7,7 @@ package LSMBConfig; $session='DB'; $logging=0; # No logging on by default - +@io_lineitem_columns = qw(unit onhand sellprice discount linetotal); 1; |