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/unapply-cust_credit.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/unapply-cust_credit.cgi')
-rwxr-xr-x | httemplate/misc/unapply-cust_credit.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/unapply-cust_credit.cgi b/httemplate/misc/unapply-cust_credit.cgi index ed739ac1b..aa1a3a9c2 100755 --- a/httemplate/misc/unapply-cust_credit.cgi +++ b/httemplate/misc/unapply-cust_credit.cgi @@ -1,4 +1,4 @@ -<% $cgi->redirect($p. "view/cust_main.cgi?". $custnum) %> +<% $cgi->redirect($p. "view/cust_main.cgi?custnum=". $custnum. ";show=payment_history") %> <%init> die "access denied" |