diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 17:34:35 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 17:34:35 -0400 |
commit | 6edc36f4ffe2d2a53d4c8cea4318f3a95eda54b4 (patch) | |
tree | 000cb9b19296bf67edf4fee96e801691c75da686 /httemplate/edit/process/cust_main-contacts.html | |
parent | 40062272379e4c32add419f839da60742719da2d (diff) |
RT# 75817 - fixed redirect error
Diffstat (limited to 'httemplate/edit/process/cust_main-contacts.html')
-rw-r--r-- | httemplate/edit/process/cust_main-contacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
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, |