[ 1921777 ] 2pack do not support import a Dynamic Validation Rule
This commit is contained in:
parent
2ed0d0a2dc
commit
da11893959
|
@ -510,7 +510,7 @@ public class PackOut extends SvrProcess
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public void createDynamicRuleValidation (int AD_Val_Rule_ID,
|
public void createDynamicRuleValidation (int AD_Val_Rule_ID,
|
||||||
TransformerHandler packOutDocument) throws Exception
|
TransformerHandler packOutDocument) throws SAXException
|
||||||
{
|
{
|
||||||
Env.setContext(getCtx(), X_AD_Package_Exp_Detail.COLUMNNAME_AD_Val_Rule_ID, AD_Val_Rule_ID);
|
Env.setContext(getCtx(), X_AD_Package_Exp_Detail.COLUMNNAME_AD_Val_Rule_ID, AD_Val_Rule_ID);
|
||||||
dynValRuleHandler.create(getCtx(), packOutDocument);
|
dynValRuleHandler.create(getCtx(), packOutDocument);
|
||||||
|
|
Loading…
Reference in New Issue