options['show_subpanels'] = false; parent::SugarView(); } function display(){ $this->ss->assign('POSITIONS3', $this->bean->showPositions3()); $this->dv->process(); echo $this->dv->display(); } }