[freeside-commits] freeside/htetc handler.pl,1.75,1.76
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Oct 18 16:07:09 PDT 2006
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv6022/htetc
Modified Files:
handler.pl
Log Message:
suspension and cancellation reasons
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- handler.pl 9 Oct 2006 00:13:03 -0000 1.75
+++ handler.pl 18 Oct 2006 23:07:07 -0000 1.76
@@ -142,6 +142,7 @@
use FS::cust_main_county;
use FS::cust_pay;
use FS::cust_pkg;
+ use FS::cust_pkg_reason;
use FS::cust_refund;
use FS::cust_svc;
use FS::nas;
@@ -189,6 +190,8 @@
use FS::access_right;
use FS::AccessRight;
use FS::svc_phone;
+ use FS::reason_type;
+ use FS::reason;
use FS::cust_main_note;
if ( %%%RT_ENABLED%%% ) {
More information about the freeside-commits
mailing list