🐛 bug fix: wrong value for option values
This commit is contained in:
parent
e5ab52f24b
commit
dc723ed8aa
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class CRM_TwingleCampaign_BAO_CustomField {
|
||||||
[
|
[
|
||||||
'id' => $option_value_exists['values'][0]['id'],
|
'id' => $option_value_exists['values'][0]['id'],
|
||||||
'label' => $value,
|
'label' => $value,
|
||||||
'value' => $value,
|
'value' => $key,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue