]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Добавление $auto_forecast
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 4 Jul 2025 08:41:32 +0000 (11:41 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Fri, 4 Jul 2025 08:41:32 +0000 (11:41 +0300)
erp24/controllers/CategoryPlanController.php

index fe18bf8194524af4db74da62d24d18af78f0d0ff..1a05858a3a1bb6bc2f1fa851d59a44a680ef71a5 100644 (file)
@@ -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])