• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/base.php
  • Класс: BitrixSaleDeliveryExtraServicesBase
  • Вызов: Base::convertToOperatingCurrency
protected function convertToOperatingCurrency($value)
{
	return $this->convertToOtherCurrency($value, $this->operatingCurrency);
}