• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/orderprops.php
  • Класс: BitrixSaleInternalsOrderPropsTable
  • Вызов: OrderPropsTable::modifyFilteredForSave
static function modifyFilteredForSave($value, array $data)
{
	return $data['MULTIPLE'] == 'Y' ? 'N' : $value;
}