diff options
author | Irina Todeva <itodeva@hostgator.com> | 2015-10-08 15:45:09 -0600 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-03 12:28:14 -0800 |
commit | b5d5f7680d0736ff0150b337cd29026135fb2e34 (patch) | |
tree | 9b1f5b78b47e7ff5d94015378930be23debe91d9 /httemplate/misc/process | |
parent | 1ef811033e1ea791388c7c8d15a3a5a720b1f37f (diff) |
Changes for being consistent in the payment history GUI on void credit /
payment / invoice links
renamed httemplate/misc/void-cust_credit.html to .cgi
renamed httemplate/misc/void-cust_bill.html to .cgi
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-x | httemplate/misc/process/void-cust_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/void-cust_bill.html b/httemplate/misc/process/void-cust_bill.html index 7773b0ba9..c0f432b70 100755 --- a/httemplate/misc/process/void-cust_bill.html +++ b/httemplate/misc/process/void-cust_bill.html @@ -1,6 +1,6 @@ %if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(2). "void-cust_bill.html?". $cgi->query_string ) %> +<% $cgi->redirect(popurl(2). "void-cust_bill.cgi?". $cgi->query_string ) %> %} else { <& /elements/header-popup.html, 'Invoice voided' &> <SCRIPT TYPE="text/javascript"> |