Commit 11652868 authored by arawankar's avatar arawankar

EmpLvePrkBalTrfIC.java

-Changes made to check site for from and to employee

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189376 ce508802-f39f-4f6c-b175-0d175dae99d5
parent be87d40c
...@@ -995,7 +995,7 @@ public class EmpLvePrkBalTrfIC extends ValidatorEJB implements EmpLvePrkBalTrfIC ...@@ -995,7 +995,7 @@ public class EmpLvePrkBalTrfIC extends ValidatorEJB implements EmpLvePrkBalTrfIC
}*/ }*/
//Modified by Anjali R. on [14-08-2018][Finace Entity of both empCodeFrom and empCodeto can not same][Start] //Modified by Anjali R. on [14-08-2018][Finace Entity of both empCodeFrom and empCodeto can not same][Start]
//if( finEntity1.equalsIgnoreCase( finEntity2 ) ) //if( finEntity1.equalsIgnoreCase( finEntity2 ) )
if(count == 1) if(count <= 1)
{ {
System.out.println("finEntity1.equalsIgnoreCase(finEntity2) ::::"); System.out.println("finEntity1.equalsIgnoreCase(finEntity2) ::::");
retString = itmDBAccess.getErrorString( "", "VTELPTRF11", userId, "", conn ); retString = itmDBAccess.getErrorString( "", "VTELPTRF11", userId, "", conn );
......
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