]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Актуальность в планограмме
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 31 Jul 2025 10:14:51 +0000 (13:14 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 31 Jul 2025 10:14:51 +0000 (13:14 +0300)
erp24/services/StorePlanService.php

index 094eb47f6b36083bfbea1ec6d69239298f7d01aa..df1fded4e10467ee80c7162e3fafdbe4deb5ceda 100755 (executable)
@@ -349,7 +349,7 @@ class StorePlanService
                     ->leftJoin('products_1c p1', 'p1.id = sp.product_id')
                     ->where(['s.store_id' => $storeId])
                     ->andWhere(['between', 's.date', $dateStart, $dateEnd])
-                    ->andWhere(['order_id' => ['', '0']])
+                    //->andWhere(['order_id' => ['', '0']])
                     ->andWhere(['p1.components' => ''])
                     ->andWhere(['not in', 'p1c.category', ['',  'сервис']])
                     ->andFilterWhere(['p1c.category'    => $category])