summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/io.pl3
1 files changed, 2 insertions, 1 deletions
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;