[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 762a1c3a6795ac174f5100157079938f40fcf4b6

Mark Wells mark at 420.am
Thu Aug 15 14:33:06 PDT 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  762a1c3a6795ac174f5100157079938f40fcf4b6 (commit)
      from  7818763e802ebbcd2221e0b181548e2254a4b3f2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 762a1c3a6795ac174f5100157079938f40fcf4b6
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Aug 15 14:33:01 2013 -0700

    fix error handling path, #24070

diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html
index 9d0792f..4665c9f 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 bc5137c..59c914a 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') %>
 % }

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/bulk-part_pkg.html         |    1 +
 httemplate/edit/process/bulk-part_pkg.html |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list