diff options
Diffstat (limited to 'httemplate/elements/tr-select-invoice_mode.html')
| -rw-r--r-- | httemplate/elements/tr-select-invoice_mode.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-invoice_mode.html b/httemplate/elements/tr-select-invoice_mode.html new file mode 100644 index 000000000..3dccdccc2 --- /dev/null +++ b/httemplate/elements/tr-select-invoice_mode.html @@ -0,0 +1,10 @@ +<& tr-select-table.html, + 'label' => 'Invoice mode', + 'table' => 'invoice_mode', + 'field' => 'modenum', + 'name_col' => 'modename', + 'agent_virt' => 1, + 'agent_null' => 1, + 'empty_label' => '(none)', + @_ +&> |
