feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
214 changed files with 665 additions and 7142 deletions
Showing only changes of commit 386fe452af - Show all commits

View File

@ -37,7 +37,7 @@ class Pago
$pago = $this->process($this->pagoRepository->fetchById($pago->id));
$this->getUF($pago);
return true;
} catch (PDOException) {
} catch (PDOException | EmptyResult) {
return false;
}
}