Skip to content

Commit a61e2a4

Browse files
committed
LUI-205 - Concept Drug page fails to load specific drugs
1 parent 2e93be1 commit a61e2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omod/src/main/webapp/admin/concepts/conceptDrugForm.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<td>
174174
<table cellpadding="3" cellspacing="0">
175175
<c:forEach var="ingredient" items="${drug.ingredients}">
176-
<tr><td><openmrs:format concept="${ingredient.ingredient}"/> - ${ingredient.quantity} <openmrs:format concept="${ingredient.units}"/></td></tr>
176+
<tr><td><openmrs:format concept="${ingredient.ingredient}"/> - ${ingredient.strength} <openmrs:format concept="${ingredient.units}"/></td></tr>
177177
</c:forEach>
178178
</table>
179179
</td>

0 commit comments

Comments
 (0)