summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-11-04 15:12:49 -0800
committerMark Wells <mark@freeside.biz>2015-11-04 15:12:49 -0800
commit4f223dd481c3a9c7816bed964ff45171f9b5d014 (patch)
tree975de19d8a94ba4f38295de583ac4af23f6dffd0 /httemplate/view/cust_bill.cgi
parentc82e10e2a7af8039962b3f2bd8df4050977c279c (diff)
rename .cgi back to .html, #38532
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-xhttemplate/view/cust_bill.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi
index 6d139747a..d73edbd79 100755
--- a/httemplate/view/cust_bill.cgi
+++ b/httemplate/view/cust_bill.cgi
@@ -17,7 +17,7 @@ function areyousure(href, message) {
<& /elements/popup_link.html,
'label' => emt('Void this invoice'),
'actionlabel' => emt('Void this invoice'),
- 'action' => $p.'misc/void-cust_bill.cgi?invnum='.$invnum,
+ 'action' => $p.'misc/void-cust_bill.html?invnum='.$invnum,
&>
% }
% if ( $can_void and $can_delete ) {