RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / tr-select-cable_provider.html
1 % #if ( scalar(@domains) < 2 ) {
2 % #} else {
3   <TR>
4     <TD ALIGN="right"><% $opt{'label'} || 'Provider' %></TD>
5     <TD>
6       <% include( '/elements/select-cable_provider.html', %opt) %>
7     </TD>
8    </TR>
9 % #}
10 <%init>
11   my %opt = @_;
12 </%init>