Commit b98c8e2b authored by prane's avatar prane

to reinitialise the variables to reset previous value for postlog jsp(lotNo, lotSl, locCode)

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202881 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf1f722c
......@@ -2408,7 +2408,11 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
while(rs5.next())
{
stockcnt++;
//Pavan R 03jul19 start[to reinitialise the variables reset previous value for postlog]
lotNo = "";
lotSl = "";
locCode = "";
//Pavan R 03jul19 end
isRejected=false;
allocQty=0;
qtyStk=0;
......
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