• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/util/process.php
  • Класс: BitrixSaleLocationUtilis
  • Вызов: is::getCurrentPercentRange
public function getCurrentPercentRange()
{
	return $this->getStagePercent($this->stage) - $this->getStagePercent($this->stage - 1);
}