X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fprospect_main.html;h=b812dc3034fc058cd20beca24b732b74bbb59355;hp=6adb471f71ebdddc11e97c5e6a0b6a19b6240265;hb=3ebf876779b2a89e81a767d3cdd6690a88bdd3de;hpb=b1d26754480ee77604521236d9cf9952df2d3e12 diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index 6adb471f7..b812dc303 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -3,6 +3,7 @@ 'table' => 'prospect_main', 'html_table_class'=> 'fsinnerbox', 'labels' => { 'prospectnum' => 'Prospect', + 'disabled' => 'Disabled', 'agentnum' => 'Agent', 'refnum' => 'Advertising source', 'company' => 'Company', @@ -16,6 +17,10 @@ 'options' => [ 'Residential', 'Commercial', ], 'onchange' => 'rescom_changed', }, + { 'field' => 'disabled', + 'type' => 'checkbox', + 'value' => 'Y', + }, { 'field' => 'agentnum', 'type' => 'select-agent', 'empty_label' => 'Select agent',