From: Aleksey Filippov Date: Tue, 19 Aug 2025 16:33:31 +0000 (+0300) Subject: [ERP-454] Добавил фильтр по умолчанию X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=b81932e5b3ea3c409afdf64f7cec19ed49808a04;p=erp24_rep%2Fyii-erp24%2F.git [ERP-454] Добавил фильтр по умолчанию --- diff --git a/erp24/controllers/MatrixErpController.php b/erp24/controllers/MatrixErpController.php index 5cdec005..8afa9cf1 100644 --- a/erp24/controllers/MatrixErpController.php +++ b/erp24/controllers/MatrixErpController.php @@ -123,6 +123,7 @@ class MatrixErpController extends Controller } else { $query->andWhere(['group_name' => 'marketplace']); + $query->andWhere(['active' => 1]); } if (isset($groupNameFilter) && $groupNameFilter != "") {