Index: trunk/kernel/units/custom_fields/custom_fields_tag_processor.php =================================================================== diff -u -N -r6093 -r6583 --- trunk/kernel/units/custom_fields/custom_fields_tag_processor.php (.../custom_fields_tag_processor.php) (revision 6093) +++ trunk/kernel/units/custom_fields/custom_fields_tag_processor.php (.../custom_fields_tag_processor.php) (revision 6583) @@ -36,13 +36,6 @@ return $this->Application->ProcessParsedTag($source_prefix, 'InputName', $params); } - function CustomError($params) - { - $params['name'] = $this->GetMainField($params); - $source_prefix = $this->Application->Parser->GetParam('SourcePrefix'); - return $this->Application->ProcessParsedTag($source_prefix, 'Error', $params); - } - function setParamValue(&$params, $param_name) { // $deep_level if GetParam = 1 used in case if PrintList is called during parsing "grid" block (=> +1 to deep_level) @@ -103,7 +96,7 @@ if ($display_original) { $list->SetDBField('OriginalValue', $original_object->GetField('cust_'.$list->GetDBField('FieldName'))); } - $block_params['field'] = 'cust_'.$list->GetDBField('FieldName'); + $block_params['field'] = $block_params['virtual_field'] = 'cust_'.$list->GetDBField('FieldName'); $block_params['show_heading'] = ($prev_heading != $list->GetDBField('Heading') ) ? 1 : 0; }