Commit 0e020cc8 authored by arawankar's avatar arawankar

Changes made in TransporterIc.java

1.Changed in validation of group code

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182078 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 223d8463
...@@ -248,7 +248,7 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T ...@@ -248,7 +248,7 @@ public class TransporterIC extends ValidatorEJB implements TransporterICLocal, T
//Modified by Anjali R. on[15/03/2018][To check tran code is same as group code or not][Start] //Modified by Anjali R. on[15/03/2018][To check tran code is same as group code or not][Start]
tranCode = tranCode == null ? "": tranCode; tranCode = tranCode == null ? "": tranCode;
groupCode = groupCode == null ? "":groupCode;
//if((tranCode != null && tranCode.trim().length() > 0) && (groupCode != null && groupCode.trim().length() >0)) //if((tranCode != null && tranCode.trim().length() > 0) && (groupCode != null && groupCode.trim().length() >0))
if((tranCode != null) && (groupCode != null)) if((tranCode != null) && (groupCode != null))
{ {
......
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