Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/13/08 13:12:05 (8 months ago)
Author:
bwolfe
Message:

Fixing display value of PersonAttribute on patient dashboard - #742

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/PersonAttribute.java

    r4158 r4189  
    338338                Object o = getHydratedObject(); 
    339339                if (o instanceof Attributable) 
    340                         return "" + o
     340                        return ((Attributable)o).getDisplayString()
    341341                 
    342342                return this.value;