FIX: All sociedades
This commit is contained in:
@ -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 [];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user