Commit 074705ea authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183887 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 086f39e3
......@@ -2911,12 +2911,15 @@ public class PostOrderActivity {
xmlValues = xmlValues + "<Header></Header>";
xmlValues = xmlValues + "<Detail1>";
xmlValues = xmlValues + "<tran_id></tran_id>";
//xmlValues = xmlValues + "<site_code>" + siteCode + "</site_code>";
//xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>";
//Changed By PriyankaC on 19April2018 [START]
xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>";
//Changed By PriyankaC on 19April2018 [END]
xmlValues = xmlValues + "</Detail1></Root>";
//System.out.println("xmlValues :["+xmlValues+"]");
System.out.println("xmlValues :["+xmlValues+"]");
TransIDGenerator tg = new TransIDGenerator(xmlValues, "BASE", CommonConstants.DB_NAME);
tranId = tg.generateTranSeqID(tranSer, keyCol, keyString, conn);
//System.out.println("tranId created:"+tranId);
System.out.println("tranId created:"+tranId);
}
catch (SQLException ex)
{
......
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