From 4f223dd481c3a9c7816bed964ff45171f9b5d014 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 4 Nov 2015 15:12:49 -0800 Subject: [PATCH] rename .cgi back to .html, #38532 --- httemplate/misc/process/void-cust_bill.html | 2 +- httemplate/misc/void-cust_bill.cgi | 46 ---------------------- httemplate/misc/void-cust_bill.html | 9 +++-- ...{void-cust_credit.cgi => void-cust_credit.html} | 2 +- .../misc/{void-cust_pay.cgi => void-cust_pay.html} | 2 +- httemplate/view/cust_bill.cgi | 2 +- .../view/cust_main/payment_history/credit.html | 2 +- .../view/cust_main/payment_history/invoice.html | 2 +- .../view/cust_main/payment_history/payment.html | 2 +- 9 files changed, 12 insertions(+), 57 deletions(-) delete mode 100755 httemplate/misc/void-cust_bill.cgi mode change 100644 => 100755 httemplate/misc/void-cust_bill.html rename httemplate/misc/{void-cust_credit.cgi => void-cust_credit.html} (97%) rename httemplate/misc/{void-cust_pay.cgi => void-cust_pay.html} (97%) 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' &>