• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/orderdiscount.php
  • Класс: BitrixSaleInternalsOrderCouponsTable
  • Вызов: OrderCouponsTable::checkType
static function checkType($value, $primary, array $row, MainEntityField $field)
{
	if (InternalsDiscountCouponTable::isValidCouponType($value) || $value == InternalsDiscountCouponTable::TYPE_ARCHIVED)
		return true;

	return Loc::getMessage('ORDER_COUPONS_VALIDATOR_TYPE');
}