diff options
author | Irina Todeva <itodeva@hostgator.com> | 2015-09-30 14:37:18 -0600 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-03 12:28:13 -0800 |
commit | c01c0065f9de3428af812638f6e3bb9e02fb725f (patch) | |
tree | cc184bb6337c5443c87e8c7e68cb29d0f85c75cd /httemplate/misc/unvoid-cust_pay_void.cgi | |
parent | 6d34c5060a4e5e9338ebc0d04459861a5c45e812 (diff) |
When void / unvoid / apply / unapply is called stay on the same page
(payment_history)
Keep consistent void credits with other void methods (invoices, payments)
regarding the method interface
cust_credit->void
cust_credit->void('reason string')
cust_credit->void(FS::reason)
Diffstat (limited to 'httemplate/misc/unvoid-cust_pay_void.cgi')
-rwxr-xr-x | httemplate/misc/unvoid-cust_pay_void.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/unvoid-cust_pay_void.cgi b/httemplate/misc/unvoid-cust_pay_void.cgi index 4726ee576..84b7879fb 100755 --- a/httemplate/misc/unvoid-cust_pay_void.cgi +++ b/httemplate/misc/unvoid-cust_pay_void.cgi @@ -1,7 +1,7 @@ %if ( $error ) { % errorpage($error); %} else { -<% $cgi->redirect($p. "view/cust_main.cgi?". $custnum) %> +<% $cgi->redirect($p. "view/cust_main.cgi?custnum=". $custnum. ";show=payment_history") %> %} <%init> |