• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/payment.php
  • Класс: BitrixSalePayment
  • Вызов: Payment::addCashboxChecks
protected function addCashboxChecks()
{
	$service = $this->getPaySystem();
	if ($service && $service->getField("CAN_PRINT_CHECK") === "Y")
	{
		CashboxInternalsPool::addDoc($this->getOrder()->getInternalId(), $this);
	}
}