feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
371 changed files with 959 additions and 16646 deletions
Showing only changes of commit c92b07ee6f - Show all commits

View File

@ -94,7 +94,7 @@ class Ventas extends Controller
$venta = $service->getById($venta_id);
$output['ventas'] []= $venta;
$this->saveRedis($redisService, $redisKey, $venta);
} catch (EmptyResult $exception) {
} catch (Read $exception) {
$this->logger->notice($exception);
}
}