IDEMPIERE-3294 - Process Audit generate unused AD_PInstance_Para (#1326)

This commit is contained in:
PeterTakacs300 2022-05-13 04:17:38 +02:00 committed by GitHub
parent eb15abb171
commit a5247574c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -651,6 +651,9 @@ public class ProcessParameterPanel extends Panel implements
Object result2 = null;
if (editor2 != null)
result2 = editor2.getValue();
//Save only parameters which are set
if((result == null) && (result2 == null))
continue;
// Create Parameter
MPInstancePara para = MPInstancePara.getOrCreate(Env.getCtx(),