• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/kkmrepository.php
  • Класс: BitrixSaleCashboxKkmRepository
  • Вызов: KkmRepository::getByCode
static function getByCode(string $code): ?array
{
	$allKkm = self::getAll();

	return $allKkm[$code] ?? null;
}