From beac63fb0bde70393cf50ff73f6c8ccbcc13fe3a Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 17 Jun 2025 10:44:37 +0300 Subject: [PATCH] =?utf8?q?ERP-360=20=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B0?= =?utf8?q?=D0=B2=D1=82=D0=BE=D0=BF=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/controllers/AutoPlannogrammaController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erp24/controllers/AutoPlannogrammaController.php b/erp24/controllers/AutoPlannogrammaController.php index 9bd4be66..a43f89c3 100644 --- a/erp24/controllers/AutoPlannogrammaController.php +++ b/erp24/controllers/AutoPlannogrammaController.php @@ -147,13 +147,12 @@ class AutoPlannogrammaController extends BaseController 'id' => $model['plan_id'], 'quantity' => (int)$model['quantity'], 'store_id' => (int)$model['store_id'], - // title пока не заполняем ]; } $forecast = (new AutoPlannogrammaService())->getWeeklyBouquetProductsForecast($filters['month'], $filters['year']); +var_dump($forecast);die(); - return $forecast; foreach ($result as $productId => &$productData) { foreach ($productData['values'] as &$value) { $storeId = $value['store_id']; -- 2.39.5