Skip to content

Commit

Permalink
Wording change (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragurney authored Jul 4, 2023
1 parent ae2e2f3 commit 159646c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Store/CentreController.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private function getCentreFamilyRegistrationsSummary(array $centre_ids, $dateFor
$row = [
'RVID' => ($reg->family->rvid) ?? 'Family not found',
'Area' => ($reg->centre->sponsor->name) ?? 'Area not found',
'Centre' => ($reg->centre->name) ?? 'Centre not found',
'Distribution Centre' => ($reg->centre->name) ?? 'Centre not found',
'Primary Carer' => ($reg->family->pri_carer) ?? 'Primary Carer not Found',
'Ethnicity' => ($pri_carer_ethnicity) ?? 'not answered',
'Main Language' => $main_language,
Expand Down Expand Up @@ -399,7 +399,7 @@ private function getCentreSPRegistrationsSummary(array $centre_ids, $dateFormats
$row = [
'RVID' => ($reg->family->rvid) ?? 'Household not found',
'Area' => ($reg->centre->sponsor->name) ?? 'Area not found',
'Centre' => ($reg->centre->name) ?? 'Centre not found',
'Distribution Centre' => ($reg->centre->name) ?? 'Centre not found',
'Main Participant' => ($reg->family->pri_carer) ?? 'Main Participant not Found',
'Entitlement' => $reg->getValuation()->getEntitlement(),
'Last Collection' => (!is_null($lastCollectionDate)) ? $lastCollectionDate->format($dateFormats['lastCollection']) : null,
Expand Down

0 comments on commit 159646c

Please sign in to comment.