Skip to content

Commit

Permalink
POC-492: Modified pre-appointment to display failed phone attempts (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Angie-540 authored Nov 29, 2023
1 parent ea324fd commit 3149fd8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ export class PreAppointmentOutreachComponent implements OnInit {
width: 100,
field: 'rescheduled_date'
},
{
headerName: 'No. of Failed Phone Attempts',
width: 100,
field: 'number_of_failed_phone_attempts'
},
{
headerName: 'Contact Reached',
width: 100,
Expand Down

0 comments on commit 3149fd8

Please sign in to comment.