Commit 32eaa868 authored by manohar's avatar manohar

validation for blank station from/to removed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92030 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82d2c289
......@@ -475,7 +475,7 @@ public class DistributionRoute extends ValidatorEJB implements DistributionRoute
errFields.add(childNodeName.toLowerCase());
}
}
else if(childNodeName.equalsIgnoreCase("state_code__fr"))
/*else if(childNodeName.equalsIgnoreCase("state_code__fr"))
{
stateCodeFrom = checkNull(genericUtility.getColumnValue("state_code__fr", dom));
if(stateCodeFrom == null || stateCodeFrom.trim().length() == 0)
......@@ -537,7 +537,7 @@ public class DistributionRoute extends ValidatorEJB implements DistributionRoute
pstmt.close();
pstmt = null;
}
}
}*/
/*
sql = "Select count(*) from station where stan_code = ? and state_code = ? ";
pstmt = conn.prepareStatement(sql);
......
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