IDEMPIERE-1210 Lookup factory not translating table_direct columns / Thanks to Naim Berisha for the tip
This commit is contained in:
parent
83cfb7fdda
commit
57169b0322
|
@ -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