Commit 2e022e27 authored by dpawar's avatar dpawar

Pass lot no in pickRate method


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97177 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 57372e47
......@@ -596,7 +596,7 @@ public class ConsolidatToDoc {
{
//added by Dadaso pawar on 21/01/15 [End]
//if ( priceList.trim().length() > 0)
rate = disCommon.pickRate( priceList, sysDateStr, itemCode, " ", "L", quantity, conn );
rate = disCommon.pickRate( priceList, sysDateStr, itemCode, lotNo, "L", quantity, conn );
}
}
//Enc changes by Gulzar on 5/14/2012
......
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