Skip to content

Commit e7ce147

Browse files
committed
RA-1851:Add Encounters tool-tip when viewing visits
1 parent ffeecc8 commit e7ce147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

omod/src/main/webapp/fragments/clinicianfacing/visitsSection.gsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
${ ui.formatDatePretty(it.startDatetime) }
2424
<% if(it.stopDatetime && !it.startDatetime.format("yyyy/MM/dd").equals(it.stopDatetime.format("yyyy/MM/dd"))){ %> - ${ ui.formatDatePretty(it.stopDatetime) }<% } %>
2525
</a>
26-
<ul id="" class="appui-toggle">
26+
<ul id="" class="appui-toggle">
2727
<li>
28-
visit details to be displayed gere
28+
visit details to be displayed here
2929
</li>
3030
</ul>
3131

0 commit comments

Comments
 (0)