From 12d14b8a8ada61c2a7ed993e8fda6134dd7a52d4 Mon Sep 17 00:00:00 2001 From: marina Date: Wed, 16 Oct 2024 12:26:03 +0300 Subject: [PATCH] =?utf8?q?ERP-225=20=D0=9D=D0=B5=20=D0=BF=D1=80=D0=B0?= =?utf8?q?=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D0=BE=20=D1=81=D1=87=D0=B8=D1=82?= =?utf8?q?=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=9F=D1=80=D0=BE=D0=B3=D0=BD?= =?utf8?q?=D0=BE=D0=B7=20=D0=B7=D0=B0=20=D0=BC=D0=B5=D1=81=D1=8F=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ...task_33_insert_data_to_monitvation_from_motivation_buh.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/scripts/tasks/task_33_insert_data_to_monitvation_from_motivation_buh.php b/erp24/scripts/tasks/task_33_insert_data_to_monitvation_from_motivation_buh.php index fae62877..f0b4155b 100644 --- a/erp24/scripts/tasks/task_33_insert_data_to_monitvation_from_motivation_buh.php +++ b/erp24/scripts/tasks/task_33_insert_data_to_monitvation_from_motivation_buh.php @@ -95,7 +95,7 @@ try { $monthValue = 8; $yearValue = 2024; - + $month = MotivationBuh::find() ->select('id') ->andWhere(['month' => $monthValue]) @@ -208,7 +208,7 @@ try { ->orderBy('id desc') ->asArray() ->all(), 'id', 'store_guid'); - +var_dump($stores);die(); if (!empty(array_key_exists($motivation->store_id,$stores))) { $writeOffs = WriteOffs::find() ->andWhere(['type' => 'Расходные материалы (обеспечение продаж)']) -- 2.39.5