From 13d72218474fef540f7a3c6e92cd90d94e08ad59 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 16 Dec 2024 16:40:37 +0300 Subject: [PATCH] =?utf8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/api2/controllers/DataController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 41622665..ff3d93a4 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -363,7 +363,6 @@ class DataController extends BaseController { $products = WaybillIncomingProducts::find() ->select(['waybill_incoming_id', 'product_id', 'product_count', 'product_price', 'summ']) ->where(['in', 'waybill_incoming_id', $waybillIncomingIds]) -// ->andWhere(['active_product' => 1]) ->asArray() ->all(); -- 2.39.5