Skip to content

Commit

Permalink
Merge pull request #232 from compucorp/RSESPRT-61-show-all-review-fields
Browse files Browse the repository at this point in the history
RSESPRT-61: Show all review fields
  • Loading branch information
deb1990 authored Jun 29, 2021
2 parents ce3bdc8 + b844594 commit 1296226
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 1296226

Please sign in to comment.