Skip to content

Commit

Permalink
Merge pull request #1477 from openhealthcare/patients-name-in-tb-medi…
Browse files Browse the repository at this point in the history
…cations

Makes the patients name appear in tb medications and other medications
  • Loading branch information
davidmiller committed May 24, 2023
2 parents 1a2a79e + 779766c commit a8829e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/tb/templates/modals/other_medication.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block title %}
Other Medication
<span ng-show="profile.can_see_pid() && editingName">
<span ng-show="editingName">
([[ editingName]])
</span>
{% endblock %}
{% endblock %}
4 changes: 2 additions & 2 deletions plugins/tb/templates/modals/tb_medication.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block title %}
TB Medication
<span ng-show="profile.can_see_pid() && editingName">
<span ng-show="editingName">
([[ editingName]])
</span>
{% endblock %}
Expand Down Expand Up @@ -56,4 +56,4 @@
<div ng-class="{'content-offset': form.treatment_end_open}" class="row">
<div class="col-md-12"></div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit a8829e6

Please sign in to comment.