[freeside-commits] freeside/httemplate/misc change_pkg.cgi, 1.6.2.2, 1.6.2.3

Ivan,,, ivan at wavetail.420.am
Tue Mar 4 11:15:08 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1422/misc

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	change_pkg.cgi 
Log Message:
fix edit/process/cust_pkg getting confused about the two different places that would be calling it... i.e. with an empty new_pkgnum it would redirect the popup back the customer view, hehe

Index: change_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/change_pkg.cgi,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- change_pkg.cgi	25 Dec 2007 23:50:15 -0000	1.6.2.2
+++ change_pkg.cgi	4 Mar 2008 19:15:06 -0000	1.6.2.3
@@ -3,6 +3,7 @@
 <% include('/elements/error.html') %>
 
 <FORM ACTION="<% $p %>edit/process/cust_pkg.cgi" METHOD=POST>
+<INPUT TYPE="hidden" NAME="action" VALUE="change">
 <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
 <INPUT TYPE="hidden" NAME="remove_pkg" VALUE="<% $pkgnum %>">
 



More information about the freeside-commits mailing list