Commit 5c9bf6ed authored by dhirajchavan's avatar dhirajchavan

Added checknull() condition for dlvTerm


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100117 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 166cdb65
......@@ -1174,8 +1174,8 @@ implements CustomerLocal, CustomerRemote
}
} else if (childNodeName.equalsIgnoreCase("dlv_term"))
{
dlvTerm = this.genericUtility.getColumnValue("dlv_term", dom);
dlvTerm = checkNull(this.genericUtility.getColumnValue("dlv_term", dom));
System.out.println("@@@@@@@@@@@@@@@@@ added check null fro dlvterm@@@@@@@@@"+dlvTerm);
if (dlvTerm != null || dlvTerm.trim().length() > 0)
{
cnt = 0;
......
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