Commit f7e8c922 authored by apal's avatar apal

added changes line no:983

pervQty=0.0


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43931 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cfb50f1e
...@@ -978,7 +978,10 @@ public class PostOrderActivity { ...@@ -978,7 +978,10 @@ public class PostOrderActivity {
else else
{ {
detMap.put(mapKey,Double.valueOf(quantity)); detMap.put(mapKey,Double.valueOf(quantity));
prevQty=quantity; //prevQty=quantity;
// changes by arun pal 30/05/17 start
prevQty=0.0;
// changes by arun pal 30/05/17 end
} }
noArt=5; noArt=5;
xmlBuff.append("<Detail2 dbID='' domID='"+lineNo+"' objName=\"porcp\" objContext=\"2\">"); xmlBuff.append("<Detail2 dbID='' domID='"+lineNo+"' objName=\"porcp\" objContext=\"2\">");
......
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