• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/manager.php
  • Класс: BitrixSaleCashboxManager
  • Вызов: Manager::deactivateCashbox
static function deactivateCashbox($cashboxId): MainORMDataUpdateResult
{
	return self::update($cashboxId, ['ACTIVE' => 'N']);
}