]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
коммент
authorAlexander Smirnov <fredeom@mail.ru>
Mon, 16 Dec 2024 13:40:37 +0000 (16:40 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Mon, 16 Dec 2024 13:40:37 +0000 (16:40 +0300)
erp24/api2/controllers/DataController.php

index 416226658e399633cd230fb9d1deb3c722c01dc6..ff3d93a4be43185d1ad99b9998b177d333ddc6fc 100644 (file)
@@ -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();