• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/orderbase.php
  • Класс: BitrixSaleOrderBase
  • Вызов: OrderBase::resetData
public function resetData($select = array('PRICE'))
{
	if (in_array('PRICE', $select))
	{
		$this->setField('PRICE', 0);
	}

	if (in_array('PRICE_DELIVERY', $select))
	{
		$this->setField('PRICE_DELIVERY', 0);
	}
}