From a05c272727c45f054f2492e9cf818b4667576639 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 4 Jul 2025 11:41:32 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20$auto=5Fforecast?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/controllers/CategoryPlanController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/controllers/CategoryPlanController.php b/erp24/controllers/CategoryPlanController.php index fe18bf81..1a05858a 100644 --- a/erp24/controllers/CategoryPlanController.php +++ b/erp24/controllers/CategoryPlanController.php @@ -608,8 +608,8 @@ class CategoryPlanController extends Controller { $year = (int)Yii::$app->request->get('year'); $month = (int)Yii::$app->request->get('month'); $store = (int)Yii::$app->request->get('store_id'); - $changes = (int)Yii::$app->request->get('changes'); - var_dump($year, $month, $store, $changes); die(); + $changes = Yii::$app->request->get('changes'); + $taskName = "taskApRecalculate"; $scriptLauncherLog = ScriptLauncherLog::find() ->andWhere(['name' => $taskName]) -- 2.39.5