[freeside-commits] branch master updated. 6edc36f4ffe2d2a53d4c8cea4318f3a95eda54b4

Christopher Burger burgerc at freeside.biz
Sun Sep 9 14:35:07 PDT 2018


The branch, master has been updated
       via  6edc36f4ffe2d2a53d4c8cea4318f3a95eda54b4 (commit)
      from  40062272379e4c32add419f839da60742719da2d (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 6edc36f4ffe2d2a53d4c8cea4318f3a95eda54b4
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Sun Sep 9 17:34:35 2018 -0400

    RT# 75817 - fixed redirect error

diff --git a/httemplate/edit/process/cust_main-contacts.html b/httemplate/edit/process/cust_main-contacts.html
index 5b8319f5a..6b7f1c2db 100644
--- a/httemplate/edit/process/cust_main-contacts.html
+++ b/httemplate/edit/process/cust_main-contacts.html
@@ -8,7 +8,7 @@
 </%doc>
 <% include('elements/process.html',
      'table'          => 'cust_main',
-     'error_redirect' => popurl(3). 'edit/cust_main-contacts.html?',
+     'error_redirect' => popurl(3). 'edit/cust_main-contacts.html',
      'agent_virt'     => 1,
      'skip_process'   => 1, #we don't want to make any changes to cust_main
      'precheck_callback' => $precheck_callback,
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index a3ea7ee59..d2b037053 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -127,7 +127,7 @@ Example:
 %          " attempting to set redirect$session to ". $cgi->query_string."\n";
 %    }
 %
-<% $cgi->redirect("$error_redirect"."redirect=$session") %>
+<% $cgi->redirect("$error_redirect?redirect=$session") %>
 %
 %  } else {
 %

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

Summary of changes:
 httemplate/edit/process/cust_main-contacts.html | 2 +-
 httemplate/edit/process/elements/process.html   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list