From: fomichev Date: Fri, 25 Oct 2024 09:58:59 +0000 (+0300) Subject: Убрал X-Git-Tag: 1.6~13^2~26^2~3 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=caf9ba8e8a38c99ff362a825e4fcc5acb5c6fd8a;p=erp24_rep%2Fyii-erp24%2F.git Убрал --- diff --git a/erp24/services/MarketplaceService.php b/erp24/services/MarketplaceService.php index 935e9485..f670d063 100644 --- a/erp24/services/MarketplaceService.php +++ b/erp24/services/MarketplaceService.php @@ -15,7 +15,7 @@ class MarketplaceService */ public static function getAllProductsInfo($id) { - // Получаем category_id для типа 'marketplace' + $parents = ProductsClass::find() ->select('category_id') ->where(['tip' => 'marketplace'])