Skip to content

Commit

Permalink
resolve 3.3.1 in mergePatientsForm.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama committed Oct 9, 2024
1 parent 8a02e9a commit 91110e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/admin/patients/mergePatientsForm.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ function toggleUnvoidedOrderErrorMessage(){
<input type="hidden" id="pref" name="preferred" value=""/>
<input type="hidden" id="nonPref" name="nonPreferred" value=""/>
<input type="hidden" name="modalMode" value='${modalMode}' />
<input type="hidden" name="redirectURL" value='<request:header name="referer" />' />
<input type="hidden" name="redirectURL" value='<c:out value="${pageContext.request.getHeader('referer')}"/>' />
</c:if>
</form>

Expand Down

0 comments on commit 91110e1

Please sign in to comment.