IDEMPIERE-4781 - Fix Key not ending with _ID (#1608)
This commit is contained in:
parent
bddc400abf
commit
7c0055f797
|
@ -1484,7 +1484,8 @@ public class DashboardController implements EventListener<Event> {
|
||||||
|
|
||||||
if (pp != null) {
|
if (pp != null) {
|
||||||
|
|
||||||
MLookupInfo mli = MLookupFactory.getLookupInfo(Env.getCtx(), 0, 0, pp.getAD_Reference_ID(), Env.getLanguage(Env.getCtx()), "", pp.getAD_Reference_Value_ID(), false, "");
|
MLookupInfo mli = MLookupFactory.getLookupInfo(Env.getCtx(), 0, 0, pp.getAD_Reference_ID(), Env.getLanguage(Env.getCtx()), pp.getColumnName(), pp.getAD_Reference_Value_ID(), false, "");
|
||||||
|
|
||||||
|
|
||||||
PreparedStatement pstmt = null;
|
PreparedStatement pstmt = null;
|
||||||
ResultSet rs = null;
|
ResultSet rs = null;
|
||||||
|
|
Loading…
Reference in New Issue