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