Skip to content

Commit

Permalink
Bindu | A-1207783550713566 | Fix undefined visitUuid issue for the Go…
Browse files Browse the repository at this point in the history
… to IPD Dashbaord icon in the header (#1000)
  • Loading branch information
binduak committed Aug 14, 2024
1 parent 260e6be commit a4f2f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="hidden-mobile">
<bm-back-links></bm-back-links>
<recent-patients ng-if="enablePatientSearch()" triggred-by-button></recent-patients>
<a show-if-privilege="{{adtNavigationConfig.privilege}}" ng-click= "displayConfirmationDialog($event)" class="back-btn" ng-href="{{adtNavigationURL(consultation.uuid)}}"
<a show-if-privilege="{{adtNavigationConfig.privilege}}" ng-click= "displayConfirmationDialog($event)" class="back-btn" ng-href="{{adtNavigationURL(visitHistory.activeVisit.uuid)}}"
title="{{adtNavigationConfig.title}}">
<i class="fa fa-bed fa-white"></i>
</a>
Expand Down

0 comments on commit a4f2f7a

Please sign in to comment.