public function __construct()
 {
     parent::__construct();
     $this->dbo = CalemFactory::getDbo('workorder');
     $this->ddDbo = CalemFactory::getDropdown('wo_priority');
     $this->sb = CalemFactory::getSb($this->conf['sb']);
     $this->_initIt();
 }
 public function __construct()
 {
     parent::__construct();
     $this->dbo = CalemFactory::getDbo('workorder');
     $this->ddDbo = CalemFactory::getDropdown('wo_status');
 }
 public function __construct()
 {
     parent::__construct();
     $this->dbo = CalemFactory::getDbo('dash_wo_orig_day');
     $this->ddDbo = CalemFactory::getDropdown('wo_origin');
 }