• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/orderprops.php
  • Класс: BitrixSaleInternalsOrderPropsTable
  • Вызов: OrderPropsTable::modifyValueForSave
static function modifyValueForSave($value)
{
	return is_array($value) ? serialize($value) : $value;
}