[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [191] trunk/bin/mozilla/rc.pl
- Subject: SF.net SVN: ledger-smb: [191] trunk/bin/mozilla/rc.pl
- From: ..hidden..
- Date: Thu, 05 Oct 2006 18:36:35 -0700
Revision: 191
http://svn.sourceforge.net/ledger-smb/?rev=191&view=rev
Author: tetragon
Date: 2006-10-05 18:36:32 -0700 (Thu, 05 Oct 2006)
Log Message:
-----------
Fix namespace of GL in close_till
Modified Paths:
--------------
trunk/bin/mozilla/rc.pl
Modified: trunk/bin/mozilla/rc.pl
===================================================================
--- trunk/bin/mozilla/rc.pl 2006-10-05 03:53:01 UTC (rev 190)
+++ trunk/bin/mozilla/rc.pl 2006-10-06 01:36:32 UTC (rev 191)
@@ -371,7 +371,7 @@
sub close_till {
- use SL::GL;
+ use LedgerSMB::GL;
require 'pos.conf.pl';
RC->clear_till(\%myconfig, \%$form);
my $amount = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.