From e4d6e0fa6f369df59728b10fb6c993e232476252 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 17 Apr 2025 12:54:36 +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 6012d5e8..8ad302b0 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -187,10 +187,10 @@ class DataController extends BaseController $mess['create_resortings'] = $replacementInvoiceResult; } - $onlyNewOrdersArray = $this->getMarketplaceNewOrders(); - if (!empty($onlyNewOrdersArray)) { - $mess['create_new_orders'] = $onlyNewOrdersArray; - } +// $onlyNewOrdersArray = $this->getMarketplaceNewOrders(); +// if (!empty($onlyNewOrdersArray)) { +// $mess['create_new_orders'] = $onlyNewOrdersArray; +// } $newOrdersArray = $this->getMarketplaceOrders(); if (!empty($newOrdersArray)) { -- 2.39.5