diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-06 01:36:32 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-06 01:36:32 +0000 |
commit | b10717a076a31fe2500fe1bdc15a6ceabce24aac (patch) | |
tree | 9a0a35cf932d0c3fd0a9fe6ea4f128dfff770222 /bin/mozilla/rc.pl | |
parent | f1b5fa97a0c45c17c8a0901ceb098d0d4686c47b (diff) |
Fix namespace of GL in close_till
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@191 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/mozilla/rc.pl')
-rwxr-xr-x | bin/mozilla/rc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mozilla/rc.pl b/bin/mozilla/rc.pl index fc5ee24d..9e14dad4 100755 --- a/bin/mozilla/rc.pl +++ b/bin/mozilla/rc.pl @@ -371,7 +371,7 @@ function check_errors(){ sub close_till { - use SL::GL; + use LedgerSMB::GL; require 'pos.conf.pl'; RC->clear_till(\%myconfig, \%$form); my $amount = 0; |