Commit 1e213394 authored by agaikwad's avatar agaikwad

VTCALMNUL else part is removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106698 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3cb043be
...@@ -151,12 +151,12 @@ public class PriceListIC extends ValidatorEJB implements PriceListICLocal, Price ...@@ -151,12 +151,12 @@ public class PriceListIC extends ValidatorEJB implements PriceListICLocal, Price
pstmt = null; pstmt = null;
} }
else /* else
{ {
errCode = "VTCALMNUL"; errCode = "VTCALMNUL";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }*/
} }
...@@ -317,12 +317,12 @@ public class PriceListIC extends ValidatorEJB implements PriceListICLocal, Price ...@@ -317,12 +317,12 @@ public class PriceListIC extends ValidatorEJB implements PriceListICLocal, Price
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
else /*else
{ {
errCode = "VTCALMNUL"; errCode = "VTCALMNUL";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }*/
} }
if(childNodeName.equalsIgnoreCase("price_list__tar")) if(childNodeName.equalsIgnoreCase("price_list__tar"))
{ {
......
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