5c19efa6d85e2ce11a9a770a721f5e980c388aaf
[freeside.git] / select-cust-pkg_class.html
1 <% include( '/elements/select-pkg_class.html',
2               'pre_options'   => [ '-1' => 'all' ], #XXX a config ?
3               #'pre_options'   => [ '-2' => 'Select package class' ],
4               'disable_empty' => 1,
5               %opt,
6           )
7 %>
8 <%init>
9
10 my %opt = @_;
11
12 </%init>