diff options
Diffstat (limited to 'httemplate/misc/void-cust_bill.html')
-rwxr-xr-x[-rw-r--r--] | httemplate/misc/void-cust_bill.html | 9 |
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> |