summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_referral.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/part_referral.html')
-rwxr-xr-xhttemplate/edit/part_referral.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/httemplate/edit/part_referral.html b/httemplate/edit/part_referral.html
index 7ce52174d..f4572c067 100755
--- a/httemplate/edit/part_referral.html
+++ b/httemplate/edit/part_referral.html
@@ -1,9 +1,12 @@
<% include( 'elements/edit.html',
'name' => 'Advertising source',
'table' => 'part_referral',
- 'fields' => [ 'referral' ],
- 'labels' => { 'referral' => 'Advertising source' },
+ 'fields' => [ 'referral',
+ { field=>'agentnum', type=>'select-agent', },
+ ],
+ 'labels' => { 'referral' => 'Advertising source',
+ 'agentnum' => 'Agent',
+ },
'viewall_dir' => 'browse',
- 'html_table_bottom' => include('/elements/tr-select-agent.html'),
)
%>