summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-23 23:24:57 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-23 23:24:57 +0000
commit0dc5b99d6e3bd63c2e20e131b39b38503add2dc0 (patch)
tree690f8625c09e2ab4d64d06193939d90c386fbc27
parentf13234426af896007d165c469fc5deeceddd8cb8 (diff)
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
-rwxr-xr-xbin/io.pl2
1 files changed, 1 insertions, 1 deletions
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;