From b10717a076a31fe2500fe1bdc15a6ceabce24aac Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 6 Oct 2006 01:36:32 +0000 Subject: 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 --- bin/mozilla/rc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; -- cgit v1.2.3