[freeside-commits] freeside/FS/FS cust_pkg.pm, 1.69, 1.70 reason.pm, 1.1, 1.2

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jan 17 09:41:52 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv26444

Modified Files:
	cust_pkg.pm reason.pm 
Log Message:
fix bug wrt suspend/cancel reasons (suspends fail in freeside-daily)

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- cust_pkg.pm	29 Dec 2006 08:51:32 -0000	1.69
+++ cust_pkg.pm	17 Jan 2007 17:41:48 -0000	1.70
@@ -17,6 +17,7 @@
 use FS::reg_code;
 use FS::part_svc;
 use FS::cust_pkg_reason;
+use FS::reason;
 
 # need to 'use' these instead of 'require' in sub { cancel, suspend, unsuspend,
 # setup }

Index: reason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/reason.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- reason.pm	19 Oct 2006 14:23:28 -0000	1.1
+++ reason.pm	17 Jan 2007 17:41:49 -0000	1.2
@@ -2,6 +2,7 @@
 
 use strict;
 use vars qw( @ISA );
+use FS::reason_type;
 use FS::Record qw( qsearch qsearchs );
 
 @ISA = qw(FS::Record);



More information about the freeside-commits mailing list