fix upgrade: clear bad cust_refund.source_paynum before encrypting, RT#81508
[freeside.git] / httemplate / elements / tr-select-cust_phone.html
1   <TR>
2     <TD ALIGN="right"><% $opt{'label'} || 'Customer Phones' %></TD>
3     <TD>
4       <% include( '/elements/select-cust_phone.html', %opt ) %>
5     </TD>
6   </TR>
7
8 <%init>
9
10 my %opt = @_;
11
12 </%init>