X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprospect_main.html;h=1269a84ed0a989e7efad08fcf92c3dfc11d5d2fd;hb=f2cf5c2843dcef5db0941a1673538eb922fd5a5a;hp=d3985410b3b4413d5d8b4f7fe67341892c62e8bd;hpb=dda70549e974d4b559f9d5a117948b931813c7d1;p=freeside.git diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index d3985410b..1269a84ed 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -3,9 +3,11 @@ 'table' => 'prospect_main', 'labels' => { 'prospectnum' => 'Prospect', 'agentnum' => 'Agent', + 'refnum' => 'Advertising source', 'company' => 'Company', 'contactnum' => 'Contact', 'locationnum' => ' ', + 'taxstatusnum'=> 'Tax status', }, 'fields' => [ { 'field' => 'agentnum', @@ -13,6 +15,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', ], @@ -40,6 +47,10 @@ 'prospect_main' => shift }, }, + { 'field' => 'taxstatusnum', + 'type' => 'select-tax_status', + 'empty_label' => ' ', + }, ], 'new_callback' => $new_callback, 'edit_callback' => $edit_callback,