diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-09-13 13:02:28 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-09-13 13:02:28 -0700 |
| commit | dfeca08f8d935d127d99de4690e2d5edf4f78b95 (patch) | |
| tree | 610fb469c9ccdfffb923f1a002659c96e897bfab /httemplate/edit/process | |
| parent | 833cfe5c9938d33c3e6b97ed610c25a7afa6eb04 (diff) | |
| parent | 0682747829a56d487155e28675c133cb90f991de (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process')
| -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, |
