IDEMPIERE-1210 Lookup factory not translating table_direct columns / Thanks to Naim Berisha for the tip

This commit is contained in:
Carlos Ruiz 2013-08-05 18:59:24 -05:00
parent 83cfb7fdda
commit 57169b0322
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,