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/unvoid-cust_pay_void.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/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> |
