Commit 71e8e612 authored by rtiwari's avatar rtiwari

Change for initialise variable against request DI3ESUN009


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93784 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7b673b12
......@@ -1193,6 +1193,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
ResultSet rs1 = null;
String sqls = "";
double shipperSize = 0;
lotQtyToBeAllocated = 0;
//added by ritesh on 07/10/13 for request DI3ESUN009 start
if(!"N".equalsIgnoreCase(activeAllow))
......@@ -1225,7 +1226,6 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
int div = 0;
if(shipperSize > 0)
{
div = (int) (allocQty / shipperSize);
lotQtyToBeAllocated=div*shipperSize;
if(lotQtyToBeAllocated > qtyAvailAlloc)
......
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