Skip to content

Commit

Permalink
Doing some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Jan 7, 2014
1 parent ef13389 commit 200a8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/org/openmrs/Obs.java
Expand Up @@ -917,7 +917,7 @@ else if (abbrev.equals("CWE")) {
if (getValueDrug() != null)
return getValueDrug().getFullName(locale);
else {
ConceptName valueCodedName = getValueCodedName();
ConceptName valueCodedName = getValueCodedName();
if (valueCodedName != null) {
return getValueCoded().getName(locale, false).getName();
} else {
Expand Down

0 comments on commit 200a8e5

Please sign in to comment.