Merge 50f0bdb0cd49

This commit is contained in:
Heng Sin Low 2013-04-10 17:03:19 +08:00
commit 7f024bf353
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ public abstract class PO
* @param currentValue current value
* @return String value with "./." as null
*/
protected String get_DisplayValue(String columnName, boolean currentValue)
public String get_DisplayValue(String columnName, boolean currentValue)
{
Object value = currentValue ? get_Value(columnName) : get_ValueOld(columnName);
if (value == null)