1 <% include( '/elements/select-table.html',
2 'table' => 'part_referral',
3 'name_col' => 'referral',
5 'empty_label' => 'Select advertising source',
6 'hashref' => { 'disabled' => '' },
7 'extra_sql' => ' AND '.
8 FS::part_referral->acl_agentnum_sql(1),
15 my $refnum = $opt{'curr_value'} || $opt{'value'};
17 $opt{'records'} = delete $opt{'part_referrals'}
18 if $opt{'part_referrals'};