summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-invoice_mode.html
blob: 3dccdccc2643551288eee1ae3af17e345915aed8 (plain)
1
2
3
4
5
6
7
8
9
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)',
  @_
&>