summaryrefslogtreecommitdiff
path: root/httemplate/edit/sales.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-08-18 20:12:45 -0700
committerIvan Kohler <ivan@freeside.biz>2013-08-18 20:12:45 -0700
commite4419db2b564c53ba0b0aa32590b22a8e114650a (patch)
tree6ac22f321553084b841964eeaf31a5a998e5fe6e /httemplate/edit/sales.html
parented0b1255389309d81f1e87ad3b1d5bd7ab3dd9b7 (diff)
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/edit/sales.html')
-rwxr-xr-xhttemplate/edit/sales.html10
1 files changed, 6 insertions, 4 deletions
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,