fix error handling path, #24070
authorMark Wells <mark@freeside.biz>
Thu, 15 Aug 2013 21:32:20 +0000 (14:32 -0700)
committerMark Wells <mark@freeside.biz>
Thu, 15 Aug 2013 21:32:20 +0000 (14:32 -0700)
httemplate/edit/bulk-part_pkg.html
httemplate/edit/process/bulk-part_pkg.html

index 9d0792f..4665c9f 100644 (file)
@@ -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>
index bc5137c..59c914a 100644 (file)
@@ -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') %>
 % }