Commit 0770f823 authored by asant's avatar asant

Commented validation for item_ser that client not required.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198582 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2f395ef4
......@@ -275,7 +275,7 @@ public class SalesQuotProposal extends ValidatorEJB implements SalesQuotProposal
break;
}
}
else if(childNodeName.equalsIgnoreCase("item_ser"))
/*else if(childNodeName.equalsIgnoreCase("item_ser"))
{
String itemSeries = E12GenericUtility.checkNull(genericUtility.getColumnValue("item_ser", dom));
System.out.println("##### itemSeries "+itemSeries);
......@@ -286,7 +286,7 @@ public class SalesQuotProposal extends ValidatorEJB implements SalesQuotProposal
errFields.add(childNodeName.toLowerCase());
break;
}
}
}*/
}
}
......
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