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