feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
230 changed files with 686 additions and 8191 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;
} }
} }