• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/manager.php
  • Класс: BitrixSaleCashboxManager
  • Вызов: Manager::chooseCashbox
static function chooseCashbox($cashboxList)
{
	$index = rand(0, count($cashboxList)-1);

	return $cashboxList[$index];
}