Commit 1138f3d4 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103536 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 30910ce5
......@@ -493,14 +493,9 @@ public class PriceList extends ValidatorEJB implements PriceListLocal, PriceList
{
childNode = childNodeList.item(ctr);
childNodeName = childNode.getNodeName();
if (childNodeName.equals("slab_no"))
{
}
else if(childNodeName.equals("tax_base"))
{
}
// ADDED BY RITESH ON 23/SEP/13 START
else if(childNodeName.equals("price_list"))
if(childNodeName.equals("price_list"))
{
NamedNodeMap attrMap = parentNode.getAttributes();
String objName = attrMap.getNamedItem( "objName" ).getNodeValue();
......
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