RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / select-multiple-contact_class.html
1 <%doc>
2
3 Display a multi-select box containing all Email Types listed in
4 the contact_class table.
5
6 NOTE:
7   Don't confuse "Contact Type" (contact_email.classnum) with
8   "Customer Class" (cust_main.classnum)
9
10 </%doc>
11 <% include( '/elements/select-table.html',
12     table        => 'contact_class',
13     hashref      => { disabled => '' },
14     name_col     => 'classname',
15     field        => 'classnum',
16     pre_options  => [ 0 => '(No Type)' ],
17     multiple     => 1,
18     all_selected => 1,
19     @_,
20   )
21 %>