diff options
| author | Mitch Jackson <mitch@freeside.biz> | 2017-11-28 02:21:57 +0000 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2017-12-07 22:00:07 +0000 |
| commit | 86c44e629af36d91031bf0ba1d770b703e09b888 (patch) | |
| tree | eaea6e4df01bbaa7bb2fa360a57b4a36bf72f044 /httemplate/elements | |
| parent | ffac6901129413984e23e53efb97d2c536481d42 (diff) | |
Change selectbox to checkbox on Credit Report form RT#73200
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/tr-select-show_voided_credits.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/httemplate/elements/tr-select-show_voided_credits.html b/httemplate/elements/tr-select-show_voided_credits.html deleted file mode 100644 index 35c0cf401..000000000 --- a/httemplate/elements/tr-select-show_voided_credits.html +++ /dev/null @@ -1,15 +0,0 @@ - <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Show Voided Credits' %></TD> - <TD> - <select name='show_voided_credits'> - <option value=""></option> - <option value="0">no</option> - <option value="1">yes</option> - </select> - </TD> - </TR> -<%init> - -my %opt = @_; - -</%init> |
