summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-03-04 19:15:05 +0000
committerivan <ivan>2008-03-04 19:15:05 +0000
commitacd8edaf5852735359e32c70b78dabfeb7b32a89 (patch)
treeb23656cdef41c18fbf3ce79a9a9d5316ba4a9e5b /httemplate/edit/cust_pkg.cgi
parent00c53199f47413deee33cac3abffc25d0fa9463c (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/edit/cust_pkg.cgi')
-rwxr-xr-xhttemplate/edit/cust_pkg.cgi8
1 files changed, 2 insertions, 6 deletions
diff --git a/httemplate/edit/cust_pkg.cgi b/httemplate/edit/cust_pkg.cgi
index ecc21195d..f927e1042 100755
--- a/httemplate/edit/cust_pkg.cgi
+++ b/httemplate/edit/cust_pkg.cgi
@@ -3,15 +3,12 @@
<% include('/elements/error.html') %>
<FORM ACTION="<% $p1 %>process/cust_pkg.cgi" METHOD=POST>
-
+<INPUT TYPE="hidden" NAME="action" VALUE="bulk">
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
-%
+
%#current packages
%my @cust_pkg = qsearch('cust_pkg', { 'custnum' => $custnum, 'cancel' => '' } );
-%
%if (@cust_pkg) {
-%
-
Current packages - select to remove (services are moved to a new package below)
<TABLE>
@@ -151,4 +148,3 @@ if ( $cgi->param('error') ) {
my $p1 = popurl(1);
</%init>
-