Skip to content

Commit

Permalink
LUI-172 patient state from the dashboard does not reflect in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Dec 9, 2020
1 parent 5ef2803 commit e642d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/portlets/patientPrograms.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
<c:set var="stateId" value="" />
<c:set var="stateStart" value="" />
<c:set var="retired" value="" />
<c:forEach var="state" items="${program.states}">
<c:forEach var="state" items="${program.mostRecentStateInEachWorkflow}">
<c:if test="${!state.voided && state.state.programWorkflow.programWorkflowId == workflow.programWorkflowId}">
<c:set var="stateId" value="${state.state.concept.conceptId}" />
<c:set var="stateStart" value="${state.startDate}" />
Expand Down

0 comments on commit e642d6a

Please sign in to comment.