IDEMPIERE-3744 Quick Entry is not Working when update

This commit is contained in:
Carlos Ruiz 2018-07-23 19:02:33 +02:00
parent ba541e7dc0
commit 18e38574fb
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ public class WQuickEntry extends Window implements EventListener<Event>, ValueCh
} else {
if (Record_ID > 0) {
String columnname = gridtab.getTableName() + "_ID";
id = Env.getContextAsInt(Env.getCtx(), parent_WindowNo, columnname);
id = Env.getContextAsInt(Env.getCtx(), parent_WindowNo, columnname, true);
}
}
MQuery query = new MQuery(gridtab.getAD_Table_ID());