Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai authored Aug 12, 2024
1 parent 602812d commit f3d9345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-appointments-app/src/helpers/excel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function downloadAppointmentsAsExcel(appointments: Array<Appointmen
Identifier: appointment.patient.identifier ?? '--',
'Appointment type': appointment.service?.name,
Date: formatDate(new Date(appointment.startDateTime), { mode: 'wide' }),
'Phone Number': phoneNumber,
'Telephone Number': phoneNumber,
};
}),
);
Expand Down

0 comments on commit f3d9345

Please sign in to comment.