From 1102cf4826db14e2a354342d83dd4d4448158c2f Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 17 Apr 2025 14:22:42 +0300 Subject: [PATCH] =?utf8?q?=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0=20?= =?utf8?q?=D0=BF=D1=83=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 8a4be1ad..3e0169bc 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -198,11 +198,11 @@ class DataController extends BaseController $newOrdersArray = $this->getMarketplaceOrders(); if (!empty($newOrdersArray)) { $mess['line'][] = __LINE__; - if(!empty($newOrdersArray['items'])) { +// if(!empty($newOrdersArray['items'])) { $mess['create_orders'] = $newOrdersArray; - } else { - $mess['line'][] = ' error '. __LINE__; - } + + $mess['line'][] = ' '. __LINE__; +// } } $mess['line'][] = __LINE__; -- 2.39.5