diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-11-27 12:17:49 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-11-27 12:17:49 -0800 |
| commit | d2e3299a0af2b5122d73b9f3ca0814a36919b1da (patch) | |
| tree | af4a19c955baa9726e703334c951623e076e73a5 /httemplate/elements | |
| parent | f2dca165c20e75f7a6048d048f353b56d9f2d621 (diff) | |
| parent | 95144265eeb3ecd13b16708dbdd75dd3701f92ad (diff) | |
git merge bs
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/tr-select-show_voided_credits.html | 15 |
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> |
