Skip to content
Snippets Groups Projects
Commit c057138e authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #725 from davecivicrm/CRM-12562

CRM-12562 Mis-named array item check in Batch.php was causing batch upda...
parents 7a1122f1 f2f98854
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ class CRM_Event_Form_Task_Batch extends CRM_Event_Form_Task {
}
}
else {
if ($field['name'] == 'participant_role_id') {
if ($field['name'] == 'participant_role') {
$field['is_multiple'] = TRUE;
}
// handle non custom fields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment