IDEMPIERE-3828 Error when packin a Process Parameter by a 2Pack / integrate patch suggested by Bruno de Melo Carvalho (dsoftware55.cc)

This commit is contained in:
Carlos Ruiz 2018-12-15 16:27:04 +01:00
parent ce5914a3fb
commit 6bf4456dfc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class MRefTable extends X_AD_Ref_Table
@Override
public I_AD_Table getAD_Table() throws RuntimeException {
MTable table = MTable.get(getCtx(), getAD_Table_ID());
MTable table = MTable.get(getCtx(), getAD_Table_ID(), get_TrxName());
return table;
}