Skip to content

Commit

Permalink
BAH-3482 | Show appointment location in appointment popup (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Jan 21, 2024
1 parent c5a6f9f commit 92b2ce5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/manage/calendar/popUp.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<p><b>{{::'APPOINTMENT_DATE' | translate}}:</b> {{scope.appointments[0].startDateTime | bahmniDate}}</p>
<p><b>{{::'APPOINTMENT_SLOT' | translate}}:</b> {{scope.appointments[0].startDateTime | bahmniTime}} -
{{scope.appointments[0].endDateTime | bahmniTime}}</p>

<p ng-if="scope.appointments[0].location.name"><b>{{::'APPOINTMENT_LOCATION' | translate}}:</b> {{scope.appointments[0].location.name}}</p>

<p ng-if="isVirtualAppointment(appointment)"><b>
<button ng-click="openTeleConsultation(appointment)">
{{::'JOIN_TELE_CONSULTATION' | translate}}
Expand Down

0 comments on commit 92b2ce5

Please sign in to comment.