Skip to content

Commit

Permalink
RSESPRT-61: Show all review fields
Browse files Browse the repository at this point in the history
  • Loading branch information
deb1990 committed Jun 28, 2021
1 parent ce3bdc8 commit b844594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/CiviAwards/Service/AwardProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public function getProfileFields($profileID) {
}
$result = civicrm_api3('UFField', 'get', [
'uf_group_id' => $profileID,
'options' => ['limit' => 0],
]);

if ($result['count'] == 0) {
Expand Down

0 comments on commit b844594

Please sign in to comment.