• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/services/company/restrictions/location.php
  • Класс: BitrixSaleServicesCompanyRestrictionsLocation
  • Вызов: Location::delete
static function delete($restrictionId, $entityId = 0)
{
	CompanyLocationTable::resetMultipleForOwner($entityId);
	return parent::delete($restrictionId);
}