[freeside-commits] freeside/htetc handler.pl,1.110,1.111

Ivan,,, ivan at wavetail.420.am
Mon Jun 16 20:35:58 PDT 2008


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv32518/htetc

Modified Files:
	handler.pl 
Log Message:
finish adding a feature to easily list all email addresses for an agent & send them email

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- handler.pl	2 Jun 2008 17:06:09 -0000	1.110
+++ handler.pl	17 Jun 2008 03:35:56 -0000	1.111
@@ -104,8 +104,11 @@
       use DateTime::Format::Strptime;
       use Lingua::EN::Inflect qw(PL);
       use Tie::IxHash;
+      use URI::URL;
       use URI::Escape;
       use HTML::Entities;
+      use HTML::TreeBuilder;
+      use HTML::FormatText;
       use JSON;
       use MIME::Base64;
       use IO::Handle;
@@ -159,6 +162,8 @@
       use FS::part_pkg_taxclass;
       use FS::cust_pkg_reason;
       use FS::cust_refund;
+      use FS::cust_credit_refund;
+      use FS::cust_pay_refund;
       use FS::cust_svc;
       use FS::nas;
       use FS::part_bill_event;



More information about the freeside-commits mailing list