fix accidental removal of "last_bill" from invoice data hash, #34217, from #31273
[freeside.git] / httemplate / elements / select-cable_model.html
1 <% include( '/elements/select-table.html',
2     'table'            => 'cable_model',
3     'name_col'         => 'model_name',
4     'empty_label'      => 'Select model',
5     @_,
6    )
7 %>