remove everything that links to package view also, closes: Bug#569
[freeside.git] / httemplate / edit / process / quick-cust_pkg.cgi
index a8f5b14..fd9e594 100644 (file)
@@ -17,7 +17,8 @@ if ($error) {
 <%
   eidiot($error);
 } else {
-  print $cgi->redirect(popurl(3). "view/cust_pkg.cgi?". $cust_pkg[0]->pkgnum );
+  print $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum".
+                       "#cust_pkg". $cust_pkg[0]->pkgnum );
 }
 
 %>