diff options
author | ivan <ivan> | 2008-03-04 19:15:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-04 19:15:05 +0000 |
commit | acd8edaf5852735359e32c70b78dabfeb7b32a89 (patch) | |
tree | b23656cdef41c18fbf3ce79a9a9d5316ba4a9e5b /httemplate/misc/change_pkg.cgi | |
parent | 00c53199f47413deee33cac3abffc25d0fa9463c (diff) |
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
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-x | httemplate/misc/change_pkg.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi index 7c88876d4..d6a24fb32 100755 --- a/httemplate/misc/change_pkg.cgi +++ b/httemplate/misc/change_pkg.cgi @@ -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 %>"> |