[freeside-commits] freeside/htetc handler.pl,1.86.2.16,1.86.2.17

Ivan,,, ivan at wavetail.420.am
Mon Jun 16 20:36:11 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.86.2.16
retrieving revision 1.86.2.17
diff -u -d -r1.86.2.16 -r1.86.2.17
--- handler.pl	2 Jun 2008 17:06:10 -0000	1.86.2.16
+++ handler.pl	17 Jun 2008 03:36:03 -0000	1.86.2.17
@@ -102,8 +102,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 IO::Handle;
       use IO::File;
@@ -153,6 +156,8 @@
       use FS::cust_pkg;
       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