...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/discount.php
- Класс: Bitrix\Crm\Discount
- Вызов: Discount::isDefined
static function isDefined($typeID) { if(!is_numeric($typeID)) { return false; } $typeID = intval($typeID); return $typeID >= self::MONETARY && $typeID <= self::PERCENTAGE; }