RT# 75817 - fixed redirect error
authorChristopher Burger <burgerc@freeside.biz>
Sun, 9 Sep 2018 21:34:35 +0000 (17:34 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Mon, 10 Sep 2018 00:07:01 +0000 (20:07 -0400)
httemplate/edit/process/cust_main-contacts.html
httemplate/edit/process/elements/process.html

index 10ec363..f51c796 100644 (file)
@@ -1,6 +1,6 @@
 <% include('elements/process.html',
      'table'          => 'cust_main',
 <% 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
      'process_o2m' => {
      'agent_virt'     => 1,
      'skip_process'   => 1, #we don't want to make any changes to cust_main
      'process_o2m' => {
index 5b9ed6b..1175723 100644 (file)
@@ -123,7 +123,7 @@ Example:
 %          " attempting to set redirect$session to ". $cgi->query_string."\n";
 %    }
 %
 %          " attempting to set redirect$session to ". $cgi->query_string."\n";
 %    }
 %
-<% $cgi->redirect("$error_redirect"."redirect=$session") %>
+<% $cgi->redirect("$error_redirect?redirect=$session") %>
 %
 %  } else {
 %
 %
 %  } else {
 %