• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/quantity.php
  • Класс: BitrixSaleDeliveryExtraServicesQuantity
  • Вызов: Quantity::setOperatingCurrency
public function setOperatingCurrency($currency)
{
	$this->params["ONCHANGE"] = $this->createJSOnchange($this->id, $this->getPrice());
	parent::setOperatingCurrency($currency);
}