[freeside-commits] freeside/FS/FS part_pkg.pm,1.55,1.56

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Feb 7 17:46:46 PST 2007


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

Modified Files:
	part_pkg.pm 
Log Message:
agent type on package add/edit (ticket 1446)

Index: part_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg.pm,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- part_pkg.pm	21 Jan 2007 21:45:28 -0000	1.55
+++ part_pkg.pm	8 Feb 2007 01:46:44 -0000	1.56
@@ -14,7 +14,7 @@
 use FS::part_pkg_option;
 use FS::pkg_class;
 
- at ISA = qw( FS::Record ); # FS::option_Common ); # this can use option_Common
+ at ISA = qw( FS::m2m_Common FS::Record ); # FS::option_Common ); # this can use option_Common
                                                 # when all the plandata bs is
                                                 # gone
 



More information about the freeside-commits mailing list