RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / tr-select-realestate_location.html
1 <TR>
2   <TH ALIGN="right"><% $opt{'label'} || 'Real Estate Location' %></TD>
3   <TD>
4     <% include( '/elements/select-realestate_location.html',
5         'curr_value' => $curr_value,
6         %opt
7       )
8     %>
9   </TD>
10 </TR>
11
12 <%init>
13
14 my %opt = @_;
15 my $curr_value = $opt{'curr_value'} || $opt{'value'};
16
17 </%init>