From: fomichev Date: Mon, 7 Apr 2025 07:01:12 +0000 (+0300) Subject: Анализ товаров без истории X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=74273ee10eab75cf2194fbca857b235c55eec56b;p=erp24_rep%2Fyii-erp24%2F.git Анализ товаров без истории --- diff --git a/erp24/controllers/CategoryPlanController.php b/erp24/controllers/CategoryPlanController.php index 3e60567d..f3dac776 100644 --- a/erp24/controllers/CategoryPlanController.php +++ b/erp24/controllers/CategoryPlanController.php @@ -304,7 +304,7 @@ class CategoryPlanController extends Controller { $subcategoryList = []; $speciesList = []; - + $weightedResults = []; $model = new DynamicModel(['storeId', 'month', 'category', 'subcategory', 'species']); $model->addRule(['storeId', 'month', 'category'], 'required');