Commit 8d70dd5b authored by ssalve's avatar ssalve

Sarita: Done changes to remove transporter null validation on 16JAN2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178422 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11c796b3
...@@ -394,12 +394,14 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch ...@@ -394,12 +394,14 @@ public class DispatchIC extends ValidatorEJB implements DispatchICLocal,Dispatch
} }
} }
//changed by nasruddin 9-1-17 start //changed by nasruddin 9-1-17 start
else //Commented by sarita as tran_code is not mandatory in despatch transporter[start]
/*else
{ {
errCode = "VTTRANCODE"; errCode = "VTTRANCODE";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }*/
//Commented by sarita as tran_code is not mandatory in despatch transporter[end]
//changed by nasruddin 9-1-17 end //changed by nasruddin 9-1-17 end
} }
......
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