IDEMPIERE-4427 Changelog window reference lists dksplayed in wrong language (#221)

Ref IDEMPIERE-1540 e9e7486473
This commit is contained in:
Carlos Ruiz 2020-08-21 14:56:34 +02:00 committed by GitHub
parent e9338353c8
commit a9d24a2d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ public final class MLookup extends Lookup implements Serializable
if (log.isLoggable(Level.FINER)) log.finer(m_info.KeyColumn + ": " + key
+ ", SaveInCache=" + saveInCache + ",Local=" + cacheLocal);
String cacheKey = m_info.TableName+"|"+m_info.KeyColumn;
String cacheKey = m_info.TableName+"|"+m_info.KeyColumn+"|"+m_info.AD_Reference_Value_ID+"|"+Env.getAD_Language(Env.getCtx());
boolean isNumber = m_info.KeyColumn.endsWith("_ID");
CCache<Integer, KeyNamePair> knpCache = null;
CCache<String, ValueNamePair> vnpCache = null;