feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
282 changed files with 855 additions and 11976 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)); $pago = $this->process($this->pagoRepository->fetchById($pago->id));
$this->getUF($pago); $this->getUF($pago);
return true; return true;
} catch (PDOException) { } catch (PDOException | EmptyResult) {
return false; return false;
} }
} }