From 1cf3ef2e9e1d08f40eb48d77f9496919f9fb9c16 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Sun, 9 Sep 2018 17:34:35 -0400 Subject: [PATCH] RT# 75817 - fixed redirect error --- httemplate/edit/process/cust_main-contacts.html | 2 +- httemplate/edit/process/elements/process.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/process/cust_main-contacts.html b/httemplate/edit/process/cust_main-contacts.html index 10ec3638f..f51c796b4 100644 --- a/httemplate/edit/process/cust_main-contacts.html +++ b/httemplate/edit/process/cust_main-contacts.html @@ -1,6 +1,6 @@ <% 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' => { diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 5b9ed6b52..11757237a 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -123,7 +123,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 { % -- 2.11.0