From: Aleksey Filippov Date: Thu, 17 Apr 2025 09:54:36 +0000 (+0300) Subject: отладка пути X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=e4d6e0fa6f369df59728b10fb6c993e232476252;p=erp24_rep%2Fyii-erp24%2F.git отладка пути --- 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)) {