freeside/htetc handler.pl,1.48,1.49 global.asa,1.51,1.52
ivan
ivan at pouncequick.420.am
Thu Dec 2 01:59:52 PST 2004
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv24319/htetc
Modified Files:
handler.pl global.asa
Log Message:
second big RT integration checkin, customer linking/delinking interface
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- handler.pl 27 Nov 2004 19:09:47 -0000 1.48
+++ handler.pl 2 Dec 2004 09:59:48 -0000 1.49
@@ -115,6 +115,7 @@
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
use FS::Report::Table::Monthly;
+ use FS::TicketSystem;
use FS::agent;
use FS::agent_type;
@@ -123,7 +124,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: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- global.asa 27 Nov 2004 19:09:47 -0000 1.51
+++ global.asa 2 Dec 2004 09:59:48 -0000 1.52
@@ -32,6 +32,7 @@
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
use FS::Report::Table::Monthly;
+use FS::TicketSystem;
use FS::agent;
use FS::agent_type;
More information about the freeside-commits
mailing list