diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:32:06 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-07 12:32:06 -0800 |
| commit | b3c70d709fd646ef355d49a4e87151c99ee413e9 (patch) | |
| tree | 93dc04bf9042e8e007aa1d8f61d5746b390c18b4 /httemplate/misc/void-cust_bill.html | |
| parent | 80f265ee8f2603f0e3f7f5ad6c6c0cf704f98cb8 (diff) | |
| parent | 59285fa7c07ac86914f3998f2635caf067c07506 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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> |
