freeside/FS/FS cust_pkg.pm,1.49,1.50

ivan ivan at pouncequick.420.am
Wed Dec 1 10:49:24 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv9012

Modified Files:
	cust_pkg.pm 
Log Message:
don't check that agent is allowed to purchase the package on changes

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- cust_pkg.pm	22 Nov 2004 18:20:21 -0000	1.49
+++ cust_pkg.pm	1 Dec 2004 18:49:21 -0000	1.50
@@ -194,6 +194,8 @@
 
   #some logic for bill, susp, cancel?
 
+  local($disable_agentcheck) = 1 if $old->pkgpart == $new->pkgpart;
+
   $new->SUPER::replace($old);
 }
 




More information about the freeside-commits mailing list