Commit dae59681 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191086 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 620a09c0
......@@ -6907,7 +6907,10 @@ public class RunMRPPrc extends ProcessEJB implements RunMRPPrcLocal, RunMRPPrcRe
System.out.println("12/06/14 manohar xmlString [" + xmlString + "]");
}*/
retXMLStr = explodeBomObj.explodeBom(xmlString.toString()).toString(); // Added
//Changed By Priyankac on 21-SEP-2018.
// retXMLStr = explodeBomObj.explodeBom(xmlString.toString()).toString(); // Added
retXMLStr = explodeBomObj.explodeBom(xmlString.toString(),conn).toString(); // Added
// by
// Jiten
// 13/11/06
......
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