Ejemplo n.º 1
0
 function loadView()
 {
     parent::loadView();
     $this->loadRefService();
     $this->loadAffectations(CMbDT::date());
     if (CModule::getActive('hotellerie')) {
         $this->loadLastCleanup();
         $this->loadCurrentCleanup();
     }
 }