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

This commit is contained in:
Aldarien
2024-02-13 21:18:11 +00:00

View File

@ -156,7 +156,6 @@ class Search
$pagos = []; $pagos = [];
try { try {
$pagos = $this->pagoRepository->fetchByValue((int) $valor); $pagos = $this->pagoRepository->fetchByValue((int) $valor);
error_log(var_export($pagos,true).PHP_EOL,3,'/logs/debug');
} catch (EmptyResult) {} } catch (EmptyResult) {}
$results = []; $results = [];
foreach ($methods as $method) { foreach ($methods as $method) {