From 2b0d9a53bdef717a37db98836264b222be96e71b Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Mon, 4 Aug 2025 17:49:59 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=81=D1=87=D0=B5=D1=82?= =?utf8?q?=20=D0=B4=D0=BE=D0=BB=D0=B5=D0=B9=20=D1=82=D0=BE=D0=B2=D0=B0?= =?utf8?q?=D1=80=D0=BE=D0=B2=20=D1=81=20=D0=B8=D1=81=D1=82=D0=BE=D1=80?= =?utf8?q?=D0=B8=D0=B5=D0=B9=20=D0=B8=20=D0=B1=D0=B5=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 8cb8cd1d..8062d23f 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1704,8 +1704,8 @@ class CronController extends Controller file_put_contents( $file, json_encode($forecasts, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) - );*/ - $this->stdout("Forecast сохранён в $file\n", BaseConsole::FG_BLUE); + ); + $this->stdout("Forecast сохранён в $file\n", BaseConsole::FG_BLUE);*/ $writeOffsForecast = $service->getWeeklyProductsWriteoffsForecast($month, $year, $forecasts, $store->id); $salesForecast = $service->getWeeklyBouquetProductsSalesForecast($month, $year, $store->id); -- 2.39.5