IDEMPIERE-5080 Dup key inserting in AD_PInstance_Log on certain workflows (#1032)

This commit is contained in:
Carlos Ruiz 2021-12-08 10:14:15 +01:00 committed by GitHub
parent 497398857e
commit 78296f9178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
/**************************************************************************