From d14a91ec4beae6c02225cdfd4fc3acbc3d66981b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 18 Aug 2013 20:12:48 -0700 Subject: continue sales person work: customer and package selection, commissions, reporting. RT#23402 --- httemplate/edit/sales.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'httemplate/edit/sales.html') diff --git a/httemplate/edit/sales.html b/httemplate/edit/sales.html index 763f86124..90f651dda 100755 --- a/httemplate/edit/sales.html +++ b/httemplate/edit/sales.html @@ -3,12 +3,14 @@ 'table' => 'sales', 'fields' => [ 'salesperson', { field=>'agentnum', type=>'select-agent', disable_empty=>1, }, + { field=>'sales_custnum', type=>'search-cust_main', }, { field=>'disabled', type=>'checkbox', value=>'Y', }, ], - 'labels' => { 'salesnum' => 'Sales Person', - 'salesperson' => 'Name', - 'agentnum' => 'Agent', - 'disabled' => 'Disabled', + 'labels' => { 'salesnum' => 'Sales Person', + 'salesperson' => 'Name', + 'agentnum' => 'Agent', + 'sales_custnum' => 'Master customer', + 'disabled' => 'Disabled', }, 'viewall_dir' => 'browse', 'agent_virt' => 1, -- cgit v1.2.1