Skip to content

Commit

Permalink
Merge pull request #160 from openhealthcare/159-anaerobic-blood-tests
Browse files Browse the repository at this point in the history
look up whether an item is aerobic in the correct place
  • Loading branch information
davidmiller committed Apr 24, 2017
2 parents cf38a4e + 07e6e30 commit 121fc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elcid/templates/lab/records/blood_culture.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<strong>[[ item.lab_test_type ]]
<span ng-show="item.date_ordered">
([[ item.date_ordered | shortDate ]]/
<span ng-show="item.aerobic">Aerobic</span>
<span ng-hide="item.aerobic">Anaerobic</span>
<span ng-show="item.extras.aerobic">Aerobic</span>
<span ng-hide="item.extras.aerobic">Anaerobic</span>
)
</span>
</strong>
Expand Down

0 comments on commit 121fc56

Please sign in to comment.