From 95fffa8c72d24325c52503eb571782ac1d0e25dc Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Fri, 22 Aug 2025 11:48:30 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D1=82=D0=B5=D1=80=D0=BC=D0=B8=D0=BD=D0=B0=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index a4b10b99..b0c99e5d 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -1082,7 +1082,7 @@ class DataController extends BaseController ->andWhere(['tip' => 'kkms']) ->indexBy('id') ->asArray() - ->all(); + ->column(); foreach ($arr["kkms"] as $gi2 => $arr2) { if (in_array($arr2['id'], $products1cKkms)) { continue; -- 2.39.5