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