feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
306 changed files with 787 additions and 11830 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); $venta = $service->getById($venta_id);
$output['ventas'] []= $venta; $output['ventas'] []= $venta;
$this->saveRedis($redisService, $redisKey, $venta); $this->saveRedis($redisService, $redisKey, $venta);
} catch (EmptyResult $exception) { } catch (Read $exception) {
$this->logger->notice($exception); $this->logger->notice($exception);
} }
} }