• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompilerCompiler
  • Вызов: Compiler::checkAllowedState
private function checkAllowedState($node)
{
	return $node['ACTSTATUS'] == '1' && $node['LIVESTATUS'] == '1';
}