Skip to content

Commit

Permalink
Bad error message is displayed when reference term validation fails -
Browse files Browse the repository at this point in the history
TRUNK-3911
  • Loading branch information
DraggonZ authored and wluyima committed Feb 27, 2013
1 parent 85c1255 commit 8616f05
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ $j(document).ready( function() {
<openmrs:message code="fix.error"/>
<div class="error">
<c:forEach items="${errors.allErrors}" var="error">
<openmrs:message code="${error.code}" text="${error.code}"/>- ${error.objectName}<br/>
<openmrs:message code="${error.code}" text="${error.code}"/><br/>
</c:forEach>
</div>
<br />
Expand Down

0 comments on commit 8616f05

Please sign in to comment.