Merge branch 'develop' of http://git.provm.cl/Incoviba/oficial into develop

This commit is contained in:
Aldarien
2024-02-13 15:13:06 +00:00

View File

@ -113,7 +113,7 @@ class Tesoreria extends Ideal\Service
public function build(DateTimeInterface $fecha): array public function build(DateTimeInterface $fecha): array
{ {
try { try {
$inmobiliarias = $this->inmobiliariaRepository->fetchAllActive(); $inmobiliarias = $this->inmobiliariaRepository->fetchAll();
} catch (Implement\Exception\EmptyResult) { } catch (Implement\Exception\EmptyResult) {
return []; return [];
} }