From af66021ef163a3f51895db8eb89c957d292f8997 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 23 Oct 2006 19:51:03 +0000 Subject: 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 --- bin/io.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/io.pl b/bin/io.pl index 263058a8..c2245c15 100755 --- a/bin/io.pl +++ b/bin/io.pl @@ -39,6 +39,7 @@ ####################################################################### use LedgerSMB::Tax; +use LedgerSMB::Sysconfig; # any custom scripts for this one if (-f "bin/custom/io.pl") { @@ -120,7 +121,7 @@ sub display_row { } - push @column_index, qw(unit onhand sellprice discount linetotal); + push @column_index, @{LSMBConfig::io_lineitem_columns}; my $colspan = $#column_index + 1; -- cgit v1.2.3