summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2017-11-28 02:21:57 +0000
committerMitch Jackson <mitch@freeside.biz>2017-12-08 20:15:07 +0000
commitaf27dbbf7740d0c77d725de905248639637e4f8f (patch)
treeab1daf3be282259dba905ea32682b3c4c799e4ce /httemplate/elements
parentf3729cae00c3282bb34ff071f0dd5f9bcd5ce9e1 (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.html15
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>