summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-15 14:32:20 -0700
committerMark Wells <mark@freeside.biz>2013-08-15 14:32:20 -0700
commitb298ed59554d78db17a09a5ad8682c98ad7ce581 (patch)
tree121a6ed9e99dd7673d63d6183ab5f5432c315bfb
parentb3f963a85180a0840a7ae7406bf869fd2a2a70b2 (diff)
fix error handling path, #24070
-rw-r--r--httemplate/edit/bulk-part_pkg.html1
-rw-r--r--httemplate/edit/process/bulk-part_pkg.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html
index 9d0792f54..4665c9f95 100644
--- a/httemplate/edit/bulk-part_pkg.html
+++ b/httemplate/edit/bulk-part_pkg.html
@@ -6,6 +6,7 @@
.row0 { background-color: #eeeeee; }
.row1 { background-color: #ffffff; }
</STYLE>
+<& /elements/error.html &>
<FORM ACTION="process/bulk-part_pkg.html" METHOD="POST">
<DIV>
diff --git a/httemplate/edit/process/bulk-part_pkg.html b/httemplate/edit/process/bulk-part_pkg.html
index bc5137cdd..59c914a5d 100644
--- a/httemplate/edit/process/bulk-part_pkg.html
+++ b/httemplate/edit/process/bulk-part_pkg.html
@@ -1,6 +1,6 @@
% if ( $error ) {
% $cgi->param('error', $error);
-<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.html?', $cgi->query_string) %>
+<% $cgi->redirect(popurl(3).'/edit/bulk-part_pkg.html?'.$cgi->query_string) %>
% } else {
<% $cgi->redirect(popurl(3).'/browse/part_pkg.cgi') %>
% }