• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/property.php
  • Класс: BitrixSaleControllerProperty
  • Вызов: Property::saveRelations
protected function saveRelations()
{
	$orderProps = new CSaleOrderProps();
	$relationsSettings = $this->getRelationSettings();

	foreach ($relationsSettings as $name => $input)
	{
		$orderProps->UpdateOrderPropsRelations( $this->property['ID'], $this->property['RELATIONS'][$name], $name);
	}
}