From 0837f0da4d9f2b87f1e649e1a620bd24c09cb4ae Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Mon, 13 Oct 2025 09:42:25 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F=D0=B5?= =?utf8?q?=D0=BC=20=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81=D1=8B=20=D1=87?= =?utf8?q?=D0=B5=D1=80=D0=B5=D0=B7=20=D0=BE=D1=82=D0=BD=D0=BE=D1=88=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/OrdersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api2/controllers/OrdersController.php b/erp24/api2/controllers/OrdersController.php index 66986f73..2e908738 100644 --- a/erp24/api2/controllers/OrdersController.php +++ b/erp24/api2/controllers/OrdersController.php @@ -242,7 +242,7 @@ class OrdersController extends BaseController $orders = MarketplaceOrders::find() ->with('items') - ->with('status1C') + ->with('status1c') ->where(['store_id' => $storeId]) ->andWhere(['>=', 'creation_date', $startTime->format('Y-m-d H:i:s')]) ->andWhere(['<=', 'creation_date', $currentTime->format('Y-m-d H:i:s')]) -- 2.39.5