retrieve all commercial leads on request

This commit is contained in:
Almira Krdzic
2018-10-11 07:52:10 +02:00
parent 61109e9bf0
commit a830a47d31

View File

@@ -50,6 +50,7 @@ function wiaas_get_organizations_with_role($role) {
'meta_value' => $role,
'fields' => 'id=>name',
'meta_compare' => 'LIKE',
'hide_empty' => false
));
return is_array($terms) ? $terms : array();