• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxatolfarm.php
  • Класс: BitrixSaleCashboxCashboxAtolFarm
  • Вызов: CashboxAtolFarm::getCheckTypeMap
protected function getCheckTypeMap()
{
	return array(
		SellCheck::getType() => 'sell',
		SellReturnCashCheck::getType() => 'sell_refund',
		SellReturnCheck::getType() => 'sell_refund'
	);
}