Commit ff6ca24e authored by kshinde's avatar kshinde

Changed bY MAYUR. Removed order_type

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171669 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 40ec10b8
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>webitm-dis</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
......@@ -381,9 +381,10 @@ public class PostOrdDespatchGen
/*tempSplitCode = custCode + "@" + custCodeDlv + "@" + itemSer commented by abhijit Gaikwad
+ "@" + crTerm + "@" + dlvTerm + "@" + orderType + "@"
+ siteCode + "@" + transMode;*/
System.out.println("Ordertype::::::["+orderType+"]");
System.out.println("custCodeBill["+custCodeBill+"]");
tempSplitCode = custCodeBill + "@" + custCodeDlv + "@" + itemSer
+ "@" + crTerm + "@" + dlvTerm + "@" + orderType + "@"
+ "@" + crTerm + "@" + dlvTerm + "@" //+ orderType + "@"---commented by mayur
+ siteCode + "@" + transMode;
//System.out.println("splitCodeWiseMap===" + splitCodeWiseMap);
//System.out.println("tempSplitCode Combo===" + tempSplitCode);
......@@ -1468,9 +1469,10 @@ public class PostOrdDespatchGen
itemSer = checkNull(spiltArr[2]);
crTerm = checkNull(spiltArr[3]);
dlvTerm = checkNull(spiltArr[4]);
orderType = checkNull(spiltArr[5]);
siteCode = checkNull(spiltArr[6]);
transMode = checkNull(spiltArr[7]);
System.out.print("commented ordertype in split:::");
//orderType = checkNull(spiltArr[5]);
siteCode = checkNull(spiltArr[5]);
transMode = checkNull(spiltArr[6]);
}
......
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