Hi,
To hide the dropdown select list "company" at agent registration page, please follow these steps
1. open file
components > com_osproperty > classes > agent.html.php
2. find
if(count($companies) > 0){
?>
<div class="control-group">
<label class="control-label" ><?php echo JText::_('OS_COMPANY')?></label>
<div class="controls">
<?php echo $lists?>
</div>
</div>
<?php
}
and remove it
Thanks
Dam