feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
322 changed files with 808 additions and 12879 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);
}
}