diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-23 23:24:57 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-23 23:24:57 +0000 |
commit | 0dc5b99d6e3bd63c2e20e131b39b38503add2dc0 (patch) | |
tree | 690f8625c09e2ab4d64d06193939d90c386fbc27 /bin | |
parent | f13234426af896007d165c469fc5deeceddd8cb8 (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
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/io.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |