• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxatolfarmv4.php
  • Класс: BitrixSaleCashboxCashboxAtolFarmV4
  • Вызов: CashboxAtolFarmV4::printCorrectionImmediately
public function printCorrectionImmediately(CorrectionCheck $check)
{
	$checkQuery = $this->buildCorrectionCheckQuery($check);

	$operation = 'sell_correction';
	if ($check::getCalculatedSign() === Check::CALCULATED_SIGN_CONSUMPTION)
	{
		$operation = 'sell_refund';
	}

	return $this->registerCheck($operation, $checkQuery);
}