summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/custom_content/svc_phone.html
blob: 46ec476bc8c69bb6ba37b5388e239993b0dd3801 (plain)
1
2
3
4
5
6
7
<& svc_Common.html, $cust_main,
  'table' => 'svc_phone',
  'fields' => [qw( phonenum )],
&>
<%init>
my($cust_main) = @_;
</%init>