Skip to content

Commit 357a875

Browse files
committed
RA-1747:Remove or hide admit button
1 parent 82b3690 commit 357a875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: omod/src/main/webapp/pages/clinicianfacing/patient.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ${ ui.includeFragment("coreapps", "patientHeader", [ patient: patient.patient, a
118118
<h3 >${ ui.message("coreapps.clinicianfacing.activeVisitActions") }</h3>
119119
<% visitActions.each { ext -> %>
120120
<li class="float-left">
121-
<% if(ext.label) != "Admit to inpatient" %>
121+
<% if((ext.label) != "Admit to inpatient") %>
122122
<a href="${ ui.escapeJs(ext.url("/" + ui.contextPath(), appContextModel, ui.thisUrl())) }" id="${ ext.id }" class="float-left">
123123
<div class="row">
124124
<div class="col-1 col-lg-2">

0 commit comments

Comments
 (0)