Commit 7c32941b authored by caluka's avatar caluka

transporter code null condition commented


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98404 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7108d09e
...@@ -263,11 +263,11 @@ public class InvoiceAmendmentIC extends ValidatorEJB implements InvoiceAmendment ...@@ -263,11 +263,11 @@ public class InvoiceAmendmentIC extends ValidatorEJB implements InvoiceAmendment
pstmt = null; pstmt = null;
} }
} }
else /*else
{ {
errList.add( "VMTRANCD1" ); errList.add( "VMTRANCD1" );
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
} }*/
} }
else if ( childNodeName.equalsIgnoreCase("trans_mode") ) else if ( childNodeName.equalsIgnoreCase("trans_mode") )
......
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