Commit e9a2f3db authored by pchavan's avatar pchavan

Pass drcrflag to generate TranId.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183999 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 707e83be
...@@ -2668,8 +2668,10 @@ public class PostOrderActivity { ...@@ -2668,8 +2668,10 @@ public class PostOrderActivity {
drcrFlag="D"; drcrFlag="D";
transer="MDRCRD"; transer="MDRCRD";
windowName="w_misc_drcr_rcp_dr"; windowName="w_misc_drcr_rcp_dr";
//Changed By PriyankaC on 23April2018[START].
drcrTranid=generateTranId(windowName,siteCode,"",conn); //drcrTranid=generateTranId(windowName,siteCode,"",conn);
drcrTranid=generateTranId(windowName,siteCode,drcrFlag,conn);
//Changed By PriyankaC on 23April2018[END].
salesInvPostHdr = finCommon.getFinparams("999999", "SALES_INV_POST_HDR", conn); salesInvPostHdr = finCommon.getFinparams("999999", "SALES_INV_POST_HDR", conn);
//System.out.println("salesInvPostHdr.." + salesInvPostHdr); //System.out.println("salesInvPostHdr.." + salesInvPostHdr);
...@@ -2914,6 +2916,7 @@ public class PostOrderActivity { ...@@ -2914,6 +2916,7 @@ public class PostOrderActivity {
//xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>"; //xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>";
//Changed By PriyankaC on 19April2018 [START] //Changed By PriyankaC on 19April2018 [START]
xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>"; xmlValues = xmlValues +"<site_code>" + siteCode + "</site_code>";
xmlValues = xmlValues + "<drcr_flag>" + tranType + "</drcr_flag>";
//Changed By PriyankaC on 19April2018 [END] //Changed By PriyankaC on 19April2018 [END]
xmlValues = xmlValues + "</Detail1></Root>"; xmlValues = xmlValues + "</Detail1></Root>";
System.out.println("xmlValues :["+xmlValues+"]"); System.out.println("xmlValues :["+xmlValues+"]");
......
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