summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-03-29 08:02:23 +0000
committerivan <ivan>2008-03-29 08:02:23 +0000
commitc8aaa6ec6aa116e31e9c981abf3ad95e4862d8e9 (patch)
tree74a0f7ab03cc9d3202203c5d64a33395df208dae /httemplate
parent78abb122e7a6d480207e4cd5e282ded65e05df7b (diff)
fix quick pkg order redirect
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/quick-cust_pkg.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/process/quick-cust_pkg.cgi b/httemplate/edit/process/quick-cust_pkg.cgi
index cbc9878e8..976ab1aae 100644
--- a/httemplate/edit/process/quick-cust_pkg.cgi
+++ b/httemplate/edit/process/quick-cust_pkg.cgi
@@ -1,5 +1,10 @@
%if ($error) {
+<<<<<<< quick-cust_pkg.cgi
+% $cgi->param('error', $error);
+<% $cgi->redirect(popurl(3). 'misc/order_pkg.html?'. $cgi->query_string ) %>
+=======
% errorpage($error);
+>>>>>>> 1.9.2.3
%} else {
<% $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum#cust_pkg". $cust_pkg[0]->pkgnum ) %>
%}