Skip to content

Commit

Permalink
[Parvathy, Rahul] | BAH-3166 | Fix. Same Day Visit Display Format
Browse files Browse the repository at this point in the history
Co-authored-by: Parvathy Babu <parvathy.babu@thoughtworks.com>
  • Loading branch information
rahu1ramesh and parvathy00 committed Oct 4, 2023
1 parent c144366 commit 4b5507e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 class="section-title" ng-show="::params.translationKey" >
<td class="name" width="50%">
<a class="visit" ng-click="openVisit(visit)">
<span>{{::visit.startDatetime | bahmniDate}}</span>
<span ng-if="::!visit.isActive()">- {{::visit.stopDatetime | bahmniDate }}</span>
<span ng-if="::!visit.isOneDayVisit()">- {{::visit.stopDatetime | bahmniDate }}</span>
<i class="fa fa-star current-visit-icon" id="currentVisitIcon" ng-if="::visit.isActive()"
title="Current Visit"></i>
</a>
Expand Down

0 comments on commit 4b5507e

Please sign in to comment.