Commercial lead prices #33

Merged
akrdzic merged 11 commits from commercial-lead-prices into master 2018-10-17 11:29:55 +02:00
Showing only changes of commit a830a47d31 - Show all commits

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();