From: Alexander Smirnov Date: Mon, 16 Dec 2024 13:40:37 +0000 (+0300) Subject: коммент X-Git-Tag: 1.7~164^2~1 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=13d72218474fef540f7a3c6e92cd90d94e08ad59;p=erp24_rep%2Fyii-erp24%2F.git коммент --- 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();