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>
Sun, 9 Sep 2018 21:34:35 +0000 (17:34 -0400)
httemplate/edit/process/cust_main-contacts.html
httemplate/edit/process/elements/process.html

index 5b8319f..6b7f1c2 100644 (file)
@@ -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,
index a3ea7ee..d2b0370 100644 (file)
@@ -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 {
 %