• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/orderbase.php
  • Класс: BitrixSaleOrderBase
  • Вызов: OrderBase::clearChanged
public function clearChanged()
{
	parent::clearChanged();

	if ($basket = $this->getBasket())
	{
		$basket->clearChanged();
	}

	if ($property = $this->getPropertyCollection())
	{
		$property->clearChanged();
	}

}