[ 1921777 ] 2pack do not support import a Dynamic Validation Rule

This commit is contained in:
Heng Sin Low 2008-03-21 23:37:06 +00:00
parent fa4343d2ad
commit f26eacc50c
1 changed files with 3 additions and 1 deletions

View File

@ -214,7 +214,9 @@ public class ProcessElementHandler extends AbstractElementHandler {
packOut.createReference(rsP
.getInt("AD_Reference_Value_ID"),
document);
if (rsP.getInt("AD_Val_Rule_ID") > 0)
packOut.createDynamicRuleValidation (rsP.getInt("AD_Val_Rule_ID"), document);
createProcessPara(ctx, document, rsP
.getInt("AD_Process_Para_ID"));
}