Pruebas y chequeos
This commit is contained in:
@ -82,7 +82,9 @@ class Reservation extends Common\Ideal\Repository
|
||||
$model = parent::load($data_row);
|
||||
|
||||
$this->fetchUnits($model, $data_row);
|
||||
$this->fetchBroker($model, $data_row);
|
||||
try {
|
||||
$this->fetchBroker($model, $data_row);
|
||||
} catch (Common\Implement\Exception\EmptyResult) {}
|
||||
$this->fetchPromotions($model, $data_row);
|
||||
return $model;
|
||||
}
|
||||
|
Reference in New Issue
Block a user