• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/import.php
  • Класс: BitrixSaleLocationImportImportProcess
  • Вызов: ImportProcess::getSubpercentForStageDownloadFiles
protected function getSubpercentForStageDownloadFiles()
{
	$pRange = $this->getCurrentPercentRange();

	$currEp = intval($this->data['fileDownload']['currentEndPoint']);

	if(!$currEp)
		return 0;

	return round($pRange * ($currEp / count($this->data['settings']['bundles']['endpoints'])));
}