Merge a8c44b7fbc2a
This commit is contained in:
commit
8630ed7597
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue