From ff73a7b1bc182e239df18d1d4c1c9417893881af Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Wed, 18 Dec 2024 11:28:56 +0300 Subject: [PATCH] =?utf8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D0=B0=20=D0=B4=D0=B2=D0=BE=D0=B9=D0=BD=D0=B0=D1=8F=20?= =?utf8?q?=D0=B2=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82?= =?utf8?q?=D1=8C=20items?= 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 b9948a36..c72aa219 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -387,7 +387,7 @@ class DataController extends BaseController { $waybillIncomingProductsRow = $waybillIncomingProducts[$row['id']]; } if (!empty($waybillIncomingProductsRow)) { - $waybillIncoming[$key]['items'][] = $waybillIncomingProductsRow; + $waybillIncoming[$key]['items'] = $waybillIncomingProductsRow; } } -- 2.39.5