Merge branch 'develop' of http://git.provm.cl/Incoviba/oficial into develop
This commit is contained in:
@ -113,7 +113,7 @@ class Tesoreria extends Ideal\Service
|
||||
public function build(DateTimeInterface $fecha): array
|
||||
{
|
||||
try {
|
||||
$inmobiliarias = $this->inmobiliariaRepository->fetchAllActive();
|
||||
$inmobiliarias = $this->inmobiliariaRepository->fetchAll();
|
||||
} catch (Implement\Exception\EmptyResult) {
|
||||
return [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user