[freeside-commits] freeside/httemplate/edit part_pkg.cgi, 1.70, 1.71

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Oct 8 14:05:31 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv17309

Modified Files:
	part_pkg.cgi 
Log Message:
disallow agent changing on cloned packages

Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_pkg.cgi,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- part_pkg.cgi	1 Aug 2007 22:25:03 -0000	1.70
+++ part_pkg.cgi	8 Oct 2007 21:05:29 -0000	1.71
@@ -162,6 +162,9 @@
 
 </TD><TD VALIGN="top">
 
+%if ( $cgi->param('clone') ) {
+  <INPUT TYPE="hidden" NAME="agent_type" VALUE="">
+%}else{
 Reseller information 
 <% ntable("#cccccc", 2) %>
   <TR>



More information about the freeside-commits mailing list