summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-09-16 06:41:00 -0700
committerIvan Kohler <ivan@freeside.biz>2014-09-16 06:41:00 -0700
commitd2acdd4d53071f9e0f9718e14532cb009cda1a85 (patch)
treed37bee5fe01624661dbd500aae4bb46b30283a2c /httemplate/edit
parenta1c723188509e9e251b233672e68327bb4ad42e7 (diff)
convert prospects to customers via quotations, RT#20688
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/prospect_main.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html
index d3985410b..da5c6ce37 100644
--- a/httemplate/edit/prospect_main.html
+++ b/httemplate/edit/prospect_main.html
@@ -3,6 +3,7 @@
'table' => 'prospect_main',
'labels' => { 'prospectnum' => 'Prospect',
'agentnum' => 'Agent',
+ 'refnum' => 'Advertising source',
'company' => 'Company',
'contactnum' => 'Contact',
'locationnum' => '&nbsp;',
@@ -13,6 +14,11 @@
'empty_label' => 'Select agent',
'colspan' => 6,
},
+ { 'field' => 'refnum',
+ 'type' => 'select-part_referral',
+ 'empty_label' => 'Select advertising source',
+ 'colspan' => 6,
+ },
{ 'field' => 'residential_commercial',
'type' => 'radio',
'options' => [ 'Residential', 'Commercial', ],