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

text fixes

parent 7fcc412a
No related branches found
No related tags found
No related merge requests found
......@@ -105,12 +105,12 @@ class CRM_Contact_BAO_QueryTestDataProvider implements Iterator {
),
// prefix_id 2 = 'Ms.'
array(
'fv' => array('prefix_id' => 2),
'fv' => array('individual_prefix' => 2),
'id' => array('10', '13'),
),
// suffix_id 6 = 'V'
array(
'fv' => array('suffix_id' => 6),
'fv' => array('individual_suffix' => 6),
'id' => array('16', '19', '20', '21'),
),
);
......
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