diff options
author | ivan <ivan> | 2008-03-04 19:15:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-04 19:15:06 +0000 |
commit | bb16b9e20ddeb6b3ee7837bc9ea664bf75892c8d (patch) | |
tree | 6d6ce13e0fe0db1fbf89bf262b93c692e2c0cb9a /httemplate/misc/change_pkg.cgi | |
parent | 1b526ef4462e019eaffef61144842ca24f3dfaa7 (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 %>"> |