diff options
| author | Mark Wells <mark@freeside.biz> | 2013-09-27 17:29:17 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-09-27 17:29:17 -0700 |
| commit | 1d6a32338660e3d7202faa7e4ce14736b4569a48 (patch) | |
| tree | 681f6a7887f43974b7e58508e5aeb5b59db531b7 /httemplate/elements/tr-select-invoice_mode.html | |
| parent | c64ff892b9067f7aa719e78b20379d3274907946 (diff) | |
invoice configurations, #24723
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)', + @_ +&> |
