[freeside-commits] freeside/htetc global.asa, 1.60, 1.61 handler.pl, 1.59, 1.60

Ivan,,, ivan at wavetail.420.am
Mon Oct 10 05:20:59 PDT 2005


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv29161/htetc

Modified Files:
	global.asa handler.pl 
Log Message:
updated quick payment entry

Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- global.asa	24 Aug 2005 13:22:26 -0000	1.60
+++ global.asa	10 Oct 2005 12:20:57 -0000	1.61
@@ -14,6 +14,7 @@
 use Tie::IxHash;
 use URI::Escape;
 use HTML::Entities;
+use JSON;
 use IO::Handle;
 use IO::File;
 use IO::Scalar;
@@ -47,7 +48,7 @@
 use FS::cust_bill_pay;
 use FS::cust_credit;
 use FS::cust_credit_bill;
-use FS::cust_main;
+use FS::cust_main qw(smart_search);
 use FS::cust_main_county;
 use FS::cust_pay;
 use FS::cust_pkg;

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- handler.pl	2 Oct 2005 07:09:28 -0000	1.59
+++ handler.pl	10 Oct 2005 12:20:57 -0000	1.60
@@ -99,6 +99,7 @@
       use Tie::IxHash;
       use URI::Escape;
       use HTML::Entities;
+      use JSON;
       use IO::Handle;
       use IO::File;
       use IO::Scalar;



More information about the freeside-commits mailing list