summaryrefslogtreecommitdiff
path: root/httemplate/misc/void-cust_bill.html
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/misc/void-cust_bill.html
parentc82e10e2a7af8039962b3f2bd8df4050977c279c (diff)
rename .cgi back to .html, #38532
Diffstat (limited to 'httemplate/misc/void-cust_bill.html')
-rwxr-xr-x[-rw-r--r--]httemplate/misc/void-cust_bill.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/misc/void-cust_bill.html b/httemplate/misc/void-cust_bill.html
index 39b071229..e4e4705d7 100644..100755
--- a/httemplate/misc/void-cust_bill.html
+++ b/httemplate/misc/void-cust_bill.html
@@ -12,10 +12,11 @@
<INPUT TYPE="hidden" NAME="invnum" VALUE="<% $invnum %>">
<% ntable("#cccccc", 2) %>
-<TR>
- <TD ALIGN="right">Reason</TD>
- <TD><INPUT TYPE="text" NAME="reason" VALUE="<% scalar($cgi->param('reason')) |h %>"></TD>
-</TR>
+<& /elements/tr-select-reason.html,
+ 'field' => 'reasonnum',
+ 'reason_class' => 'I',
+ 'cgi' => $cgi
+&>
</TABLE>