Skip to content

Commit

Permalink
Merge pull request #10700 from alifrumin/participantnote
Browse files Browse the repository at this point in the history
CRM-20914 updating data type for participant note to be consistent wi…
  • Loading branch information
monishdeb authored Aug 23, 2017
2 parents fcfdfef + 672b875 commit e3c5df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Event/BAO/Participant.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ public static function &importableFields($contactType = 'Individual', $status =
'title' => ts('Participant Note'),
'name' => 'participant_note',
'headerPattern' => '/(participant.)?note$/i',
'type' => 'text',
'data_type' => CRM_Utils_Type::T_TEXT,
),
);

Expand Down

0 comments on commit e3c5df5

Please sign in to comment.