• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::resetOrderState
protected function resetOrderState()
{
	$this->resetPrices();
	$this->resetOrderPrice();
	$this->resetDiscountAppliedFlag();
}