• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/tree.php
  • Класс: BitrixSaleLocationTree
  • Вызов: Tree::checkIntegrity
static function checkIntegrity()
{
	return !self::getList([
		'select' => ['ID'],
		'filter' => [
			'LOGIC' => 'OR',
			['LEFT_MARGIN' => false],
			['RIGHT_MARGIN' => false]
		],
		'limit' => 1
	])->fetch();
}