summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_referral.html
blob: f4572c0676a3b6b6f1adb6d1ebf5e128a548a828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% include( 'elements/edit.html',
                'name'        => 'Advertising source',
                'table'       => 'part_referral',
                'fields'      => [ 'referral',
                                   { field=>'agentnum', type=>'select-agent', },
                                 ],
                'labels'      => { 'referral' => 'Advertising source',
                                   'agentnum' => 'Agent',
                                 },
                'viewall_dir' => 'browse',
           )
%>