Skip to content

Commit

Permalink
BAH-3166 | Add Bahmni Date filter on stop date
Browse files Browse the repository at this point in the history
  • Loading branch information
ShwetaKamboj-TW committed Oct 4, 2023
1 parent 626d006 commit 4fb9820
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) !== (visit.startDatetime | bahmniDate))"> - {{::visit.stopDatetime }}</span>
<span ng-if="::(!visit.isActive() && (visit.stopDatetime | bahmniDate) !== (visit.startDatetime | bahmniDate))"> - {{::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 4fb9820

Please sign in to comment.