IDEMPIERE-5080 Dup key inserting in AD_PInstance_Log on certain workflows (#1032)
This commit is contained in:
parent
497398857e
commit
78296f9178
|
@ -611,7 +611,8 @@ public abstract class SvrProcess implements ProcessCall
|
|||
if (m_pi != null)
|
||||
m_pi.addLog(entryLog);
|
||||
if (log.isLoggable(Level.INFO)) log.info(entryLog.getP_ID() + " - " + entryLog.getP_Date() + " - " + entryLog.getP_Number() + " - " + entryLog.getP_Msg() + " - " + entryLog.getAD_Table_ID() + " - " + entryLog.getRecord_ID());
|
||||
}
|
||||
}
|
||||
listEntryLog = null; // flushed - to avoid flushing it again in case is called
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
|
|
Loading…
Reference in New Issue