diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-04 15:12:49 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-04 15:12:49 -0800 |
commit | 4f223dd481c3a9c7816bed964ff45171f9b5d014 (patch) | |
tree | 975de19d8a94ba4f38295de583ac4af23f6dffd0 /httemplate/misc/process | |
parent | c82e10e2a7af8039962b3f2bd8df4050977c279c (diff) |
rename .cgi back to .html, #38532
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 c0f432b70..7773b0ba9 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.cgi?". $cgi->query_string ) %> +<% $cgi->redirect(popurl(2). "void-cust_bill.html?". $cgi->query_string ) %> %} else { <& /elements/header-popup.html, 'Invoice voided' &> <SCRIPT TYPE="text/javascript"> |