freeside/htetc global.asa,1.57,1.58 handler.pl,1.55,1.56

Ivan Kohler ivan at pouncequick.420.am
Thu Jun 2 02:30:00 PDT 2005


Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv23604/htetc

Modified Files:
	global.asa handler.pl 
Log Message:
add ability to search on a date range of invoice events and then reprint or reemail (boy was that a bit more work than i expected), closes: Bug#946

Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- global.asa	12 Mar 2005 14:31:53 -0000	1.57
+++ global.asa	2 Jun 2005 09:29:56 -0000	1.58
@@ -12,6 +12,7 @@
 use Time::Local;
 use Time::Duration;
 use Tie::IxHash;
+use URI::Escape;
 use HTML::Entities;
 use IO::Handle;
 use IO::File;

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- handler.pl	21 Mar 2005 22:13:37 -0000	1.55
+++ handler.pl	2 Jun 2005 09:29:56 -0000	1.56
@@ -95,6 +95,7 @@
       use Time::Local;
       use Time::Duration;
       use Tie::IxHash;
+      use URI::Escape;
       use HTML::Entities;
       use IO::Handle;
       use IO::File;




More information about the freeside-commits mailing list