Commit a4ca565d authored by mnair's avatar mnair

Updated changes in SaleContractReleaseIC component to return null in wfValdata


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182039 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c1e5bc54
...@@ -101,8 +101,8 @@ public class SaleContractReleaseIC extends ValidatorEJB implements SaleContractR ...@@ -101,8 +101,8 @@ public class SaleContractReleaseIC extends ValidatorEJB implements SaleContractR
throw new ITMException(d); throw new ITMException(d);
} }
} }
errString = errStringXml.toString(); //errString = errStringXml.toString();
return errString; return "";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment