[freeside-commits] freeside/FS/FS cust_main.pm, 1.568.2.1, 1.568.2.2

Ivan,,, ivan at wavetail.420.am
Sat Jan 15 18:57:15 PST 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_main.pm 
Log Message:
use FS::cust_main_note;

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.568.2.1
retrieving revision 1.568.2.2
diff -u -w -d -r1.568.2.1 -r1.568.2.2
--- cust_main.pm	5 Nov 2010 22:58:57 -0000	1.568.2.1
+++ cust_main.pm	16 Jan 2011 02:57:13 -0000	1.568.2.2
@@ -35,6 +35,7 @@
 use FS::Misc qw( generate_email send_email generate_ps do_print );
 use FS::Msgcat qw(gettext);
 use FS::CurrentUser;
+use FS::TicketSystem;
 use FS::payby;
 use FS::cust_pkg;
 use FS::cust_svc;
@@ -64,7 +65,7 @@
 use FS::payment_gateway;
 use FS::agent_payment_gateway;
 use FS::banned_pay;
-use FS::TicketSystem;
+use FS::cust_main_note;
 
 # 1 is mostly method/subroutine entry and options
 # 2 traces progress of some operations



More information about the freeside-commits mailing list