invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / elements / tr-select-radius_group.html
1 <% include('tr-td-label.html', label => emt('RADIUS groups'), %opt ) %>
2   <TD <% $style %>>
3   <% include( '/elements/select-radius_group.html', %opt ) %>
4   </TD>
5 </TR>
6 <%init>
7
8 my( %opt ) = @_;
9 my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
10
11 </%init>