IDEMPIERE-5589 - Drill Assistant throws Mandatory Exception when the Key Parameter is Mandatory (#1688)

This commit is contained in:
Peter Takács 2023-03-02 04:46:15 +01:00 committed by GitHub
parent e56131b5ea
commit 6280191292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ public class DrillReportCtl {
iPara.setParameter(DisplayType.isID(sPara.getDisplayType()) ? new BigDecimal(String.valueOf(m_Value)) : String.valueOf(m_Value));
iPara.setInfo(!Util.isEmpty(m_DisplayValue) ? m_DisplayValue : String.valueOf(m_Value));
iParams.add(iPara);
processParasExclDrillRuleParas.remove(processPara);
continue;
}