Commit 32b79b47 authored by wansari's avatar wansari

F17BBAS001 updated source for changing submission type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106118 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4da95af5
......@@ -109,7 +109,7 @@ public class GSTRecoWizPosEJB extends ValidatorEJB implements GSTRecoWizPosEJBRe
{
tranIdGSTN = checkNullAndTrim(childNode.getFirstChild().getNodeValue());
}
else if(childNode != null && "status".equalsIgnoreCase(childNode.getNodeName()) && childNode.getFirstChild() != null)
else if(childNode != null && "data_match".equalsIgnoreCase(childNode.getNodeName()) && childNode.getFirstChild() != null)
{
submitType = checkNullAndTrim(childNode.getFirstChild().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