From acd8edaf5852735359e32c70b78dabfeb7b32a89 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Mar 2008 19:15:05 +0000 Subject: 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 --- httemplate/edit/cust_pkg.cgi | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'httemplate/edit/cust_pkg.cgi') 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') %>
- + -% + %#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) @@ -151,4 +148,3 @@ if ( $cgi->param('error') ) { my $p1 = popurl(1); - -- cgit v1.2.1