IDEMPIERE-3294 - Process Audit generate unused AD_PInstance_Para (#1326)
This commit is contained in:
parent
eb15abb171
commit
a5247574c5
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue