Commit 4a23f756 authored by agaikwad's avatar agaikwad

Request_id-S15FSUN005

Tax Chapter wise Rebate


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99101 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 799b9447
...@@ -215,7 +215,7 @@ public class TaxChapReBeatIC extends ValidatorEJB implements ...@@ -215,7 +215,7 @@ public class TaxChapReBeatIC extends ValidatorEJB implements
if(col.trim().length() == 0 && col1.trim().length()==0 && col2.trim().length() == 0 ) if(col.trim().length() == 0 && col1.trim().length()==0 && col2.trim().length() == 0 )
{ {
System.out.println("column is space"); System.out.println("column is space");
errString = getErrorString(" ", "VTALPRIKEY", userId); errString = getErrorString(" ", "VTMANFIELD", userId);
break; break;
} }
} }
......
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