• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/notify.php
  • Класс: BitrixSaleNotify
  • Вызов: Notify::setNotifyDisable
static function setNotifyDisable($value)
{
	static::$disableNotify = ($value === true);
	CompatibleEventCompatibility::setDisableMailSend($value);
}