Commit 7dc89f3a authored by pjain's avatar pjain

changedn by sankara on 12/09/14 updated source


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96256 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 92d1338a
...@@ -3274,11 +3274,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo ...@@ -3274,11 +3274,8 @@ public class WaveGenerationPrc extends ProcessEJB implements WaveGenerationPrcLo
} }
} }
if (childNodeName.equals("single_lot")) if (childNodeName.equals("single_lot"))
{ {
if ( childNode != null && childNode.getFirstChild() != null ) singleLot = childNode.getFirstChild().getNodeValue();
{
singleLot = childNode.getFirstChild().getNodeValue();
}
} }
//changed by sankara on 03-08-2012 adding pending quantity[end] //changed by sankara on 03-08-2012 adding pending quantity[end]
if (childNodeName.equals("active_pick_allow")) if (childNodeName.equals("active_pick_allow"))
......
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