From 36586c89237b3355aa8776746a46bffd991334c1 Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 19 May 2025 16:07:07 +0300 Subject: [PATCH] =?utf8?q?=D0=9A=D0=B5=D1=88=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20=D0=B8=20=D0=B2=D1=8B=D0=BD=D0=BE=D1=81=20?= =?utf8?q?=D1=86=D0=B5=D0=BD=D1=8B=20=D0=B8=D0=B7=20=D1=86=D0=B8=D0=BA?= =?utf8?q?=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/StorePlanService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erp24/services/StorePlanService.php b/erp24/services/StorePlanService.php index bea2bb5d..5ce67ab9 100755 --- a/erp24/services/StorePlanService.php +++ b/erp24/services/StorePlanService.php @@ -994,8 +994,7 @@ class StorePlanService $productComponentGuids = array_column($products, 'product_guid'); - $pricesData = - PricesDynamic::find() + $pricesData = PricesDynamic::find() ->select(['price', 'product_id', 'region_id']) ->where(['product_id' => $productComponentGuids]) ->andWhere(['active' => 1]) -- 2.39.5