Skip to content

Commit

Permalink
[Parvathy] | BAH-3265 | Fix. Error due to bacteriology form
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathy00 authored and rahu1ramesh committed Oct 13, 2023
1 parent 5635e51 commit e07c3b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/app/clinical/consultation/views/bacteriology.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<i class="fa fa-info-circle"></i>
<span ng-bind-html="'BACTERIOLOGY_NOT_ALLOWED_IN_RETROSPECTIVE_MESSAGE'|translate"></span>
</div>
<div ng-repeat="newSpecimen in newSpecimens track by $id(newSpecimen)" class="sample-container">
<form class="form" name="bacteriologyForm" alert-on-exit>
<form class="form" name="bacteriologyForm" alert-on-exit>
<div ng-repeat="newSpecimen in newSpecimens track by $id(newSpecimen)" class="sample-container">
<section class="section-grid">
<div class="section-title-wrapper clearfix">
<h2 class="section-title fl">{{'BACTERIOLOGY_TAB_TITLE_KEY' | translate}}</h2>
Expand Down Expand Up @@ -83,8 +83,8 @@ <h2 class="section-title fl">{{'BACTERIOLOGY_TAB_TITLE_KEY' | translate}}</h2>
</div>
</div>
</section>
</form>
</div>
</div>
</form>
<div ng-repeat="savedSpecimen in savedSpecimens" class="savedSpecimens-container clearfix" ng-hide="isOnDashboard">
<div class="fl savedSpecimens-text">
<span>{{getDisplayName(savedSpecimen)}}</span>
Expand Down

0 comments on commit e07c3b9

Please sign in to comment.