From 0dc5b99d6e3bd63c2e20e131b39b38503add2dc0 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 23 Oct 2006 23:24:57 +0000 Subject: Changed the namespace from LSMBConfig to the Perl modname of LedgerSMB::Sysconfig git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@267 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/io.pl') diff --git a/bin/io.pl b/bin/io.pl index c2245c15..d0d94a0a 100755 --- a/bin/io.pl +++ b/bin/io.pl @@ -121,7 +121,7 @@ sub display_row { } - push @column_index, @{LSMBConfig::io_lineitem_columns}; + push @column_index, @{LedgerSMB::Sysconfig::io_lineitem_columns}; my $colspan = $#column_index + 1; -- cgit v1.2.3