blob: cf88392b00b39f6e04aec410c147a3fccdd6ce56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<TR>
<TD ALIGN="right"><% $opt{'label'} || 'Customer Phones' %></TD>
<TD>
<% include( '/elements/select-cust_phone.html', %opt ) %>
</TD>
</TR>
<%init>
my %opt = @_;
</%init>
|