Skip to content

Commit

Permalink
RA-1747:Remove or hide admit button
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertYiga committed Mar 1, 2021
1 parent 82b3690 commit 357a875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/pages/clinicianfacing/patient.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ${ ui.includeFragment("coreapps", "patientHeader", [ patient: patient.patient, a
<h3 >${ ui.message("coreapps.clinicianfacing.activeVisitActions") }</h3>
<% visitActions.each { ext -> %>
<li class="float-left">
<% if(ext.label) != "Admit to inpatient" %>
<% if((ext.label) != "Admit to inpatient") %>
<a href="${ ui.escapeJs(ext.url("/" + ui.contextPath(), appContextModel, ui.thisUrl())) }" id="${ ext.id }" class="float-left">
<div class="row">
<div class="col-1 col-lg-2">
Expand Down

0 comments on commit 357a875

Please sign in to comment.