...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_product_row.php
- Класс: \CAllCrmProductRow
- Вызов: CAllCrmProductRow::GetRowQuantity
static function GetRowQuantity($ownerType, $ownerID) { $ownerType = strval($ownerType); $ownerID = intval($ownerID); return $ownerType !== '' && $ownerID > 0 ? self::GetList(array(), array('OWNER_TYPE' => $ownerType, 'OWNER_ID' => $ownerID), array()) : 0; }