Commit aa78e4d9 authored by wansari's avatar wansari

D15AKAT008 updated less than equal at line no 3013


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99439 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 558102e9
......@@ -3010,7 +3010,7 @@ private String disParmValue( Connection conn , String disparmVar ) throws ITMExc
}
System.out.println("shipperSizeData="+shipperSizeData);
while(shipperSizeData < oldQuantity)
while(shipperSizeData <= oldQuantity)
{
//Changed by wasim on 15-12-2015 to display quantity as shipper size for GRL [END]
domID++;
......
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