Skip to content

Commit

Permalink
O3-2544: Add identifier in appointment calendar linelist (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: Donald Kibet <chelashawdonald@yahoo.com>
  • Loading branch information
CynthiaKamau and donaldkibet committed Nov 3, 2023
1 parent 2a19b81 commit c85d778
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const CalendarPatientList: React.FC<CalendarPatientListProps> = () => {
header: t('patientName', 'Patient name'),
key: 'name',
},
{
header: t('identifier', 'Identifier'),
key: 'identifier',
},
{
header: t('date&Time', 'Date & time'),
key: 'dateTime',
Expand Down

0 comments on commit c85d778

Please sign in to comment.