diff options
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-x | httemplate/misc/change_pkg.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi index cfa460964..aef3746ea 100755 --- a/httemplate/misc/change_pkg.cgi +++ b/httemplate/misc/change_pkg.cgi @@ -9,9 +9,9 @@ "${p}view/cust_main.cgi") %> -<FORM ACTION="${p}edit/process/cust_pkg.cgi" METHOD=POST> -<INPUT TYPE="hidden" NAME="custnum" VALUE="$custnum"> -<INPUT TYPE="hidden" NAME="remove_pkg" VALUE="$pkgnum"> +<FORM ACTION="<% $p %>edit/process/cust_pkg.cgi" METHOD=POST> +<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> +<INPUT TYPE="hidden" NAME="remove_pkg" VALUE="<% $pkgnum %>"> <BR> Current package: <% $part_pkg->pkg %> - <% $part_pkg->comment %> |