Commit c4d884da authored by manohar's avatar manohar

Invoice amendment eff_date validation messages changed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94088 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 69570e46
......@@ -338,7 +338,7 @@ public class InvoiceAmendmentIC extends ValidatorEJB implements InvoiceAmendment
pstmt = null;
if(date1 == null || date2 == null || date2.before(date1))
{
errList.add( "VTEFF01" );
errList.add( "VTEFF02" );
errFields.add( childNodeName.toLowerCase() );
}
//}
......
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