From 74273ee10eab75cf2194fbca857b235c55eec56b Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 7 Apr 2025 10:01:12 +0300 Subject: [PATCH] =?utf8?q?=D0=90=D0=BD=D0=B0=D0=BB=D0=B8=D0=B7=20=D1=82?= =?utf8?q?=D0=BE=D0=B2=D0=B0=D1=80=D0=BE=D0=B2=20=D0=B1=D0=B5=D0=B7=20?= =?utf8?q?=D0=B8=D1=81=D1=82=D0=BE=D1=80=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/controllers/CategoryPlanController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5