• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountcouponsmanagerbase.php
  • Класс: BitrixSaleDiscountCouponsManagerBase
  • Вызов: DiscountCouponsManagerBase::useSavedCouponsForApply
static function useSavedCouponsForApply($state)
{
	if ($state !== true && $state !== false)
		return;
	self::$useOrderCoupons = $state;
}