IDEMPIERE-2389:Print format and Report type selection on process dialog
update Mandatory flag when load parameter value from save
This commit is contained in:
parent
88a373064b
commit
9b4c49a594
|
@ -479,6 +479,9 @@ public class ProcessParameterPanel extends Panel implements
|
|||
|
||||
} // for every field
|
||||
|
||||
//TODO: consider also call processDependencies per each time set value for field to validate, call callout,...
|
||||
dynamicDisplay();
|
||||
|
||||
return true;
|
||||
} // loadParameters
|
||||
|
||||
|
|
Loading…
Reference in New Issue