summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-11-27 12:17:49 -0800
committerIvan Kohler <ivan@freeside.biz>2017-11-27 12:17:49 -0800
commitd2e3299a0af2b5122d73b9f3ca0814a36919b1da (patch)
treeaf4a19c955baa9726e703334c951623e076e73a5 /httemplate/elements
parentf2dca165c20e75f7a6048d048f353b56d9f2d621 (diff)
parent95144265eeb3ecd13b16708dbdd75dd3701f92ad (diff)
git merge bs
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/tr-select-show_voided_credits.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-show_voided_credits.html b/httemplate/elements/tr-select-show_voided_credits.html
new file mode 100644
index 000000000..35c0cf401
--- /dev/null
+++ b/httemplate/elements/tr-select-show_voided_credits.html
@@ -0,0 +1,15 @@
+ <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>