/**
  * @ignore 
  */
 protected function cargar_lista_eventos()
 {
     parent::cargar_lista_eventos();
     if (!$this->_info_formulario['filas_agregar_online']) {
         $this->_eventos['pedido_registro_nuevo'] = array('maneja_datos' => true);
     }
 }