• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/basetype/select.php
  • Класс: BitrixBizprocBaseTypeSelect
  • Вызов: Select::formatValueMultiple
static function formatValueMultiple(FieldType $fieldType, $value, $format = 'printable')
{
	if (CBPHelper::isAssociativeArray($value))
	{
		$value = array_keys($value);
	}
	return parent::formatValueMultiple($fieldType, $value, $format);
}