fix A/R report
[freeside.git] / httemplate / elements / 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>