• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxorangedata.php
  • Класс: BitrixSaleCashboxCashboxOrangeData
  • Вызов: CashboxOrangeData::printCorrectionImmediately
public function printCorrectionImmediately(CorrectionCheck $check)
{
	return $this->registerCheck(
		$this->getUrl() . $this->getCorrectionUrlPath(),
		$this->buildCorrectionCheckQuery($check)
	);
}