• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/compatible/discountcompatibility.php
  • Класс: BitrixSaleCompatibleDiscountCompatibility
  • Вызов: DiscountCompatibility::setRepeatSave
static function setRepeatSave($repeat)
{
	if ($repeat !== true && $repeat !== false)
		return;
	self::$repeatSave = $repeat;
}