diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-05 16:06:56 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-05 16:06:56 -0800 |
commit | dd9dd7a913cd8da4d97b1c72522e016562a98459 (patch) | |
tree | c6c0dd167d47b6bc8fdfc4545b714f1552898385 /httemplate/misc/unapply-cust_credit.cgi | |
parent | 28816258c25afc6c64101b2ac31cb9dec7cb42d4 (diff) |
Add proper reasons and reason types for payment and invoice voids.
Contributed by Irina Todeva <itodeva@hostgator.com>
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" |