Merge a8c44b7fbc2a

This commit is contained in:
Heng Sin Low 2013-08-06 08:05:26 +08:00
commit 8630ed7597
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ public class MLookupFactory
private static StringBuilder getDisplayColumn(Language language,
String tableName, ArrayList<LookupDisplayColumn> list) {
return getDisplayColumn(language, tableName, list, null);
return getDisplayColumn(language, tableName, list, tableName);
}
private static StringBuilder getDisplayColumn(Language language,