Commit bfb3436d authored by manohar's avatar manohar

message code for site_code mismatch changed


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96796 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a45546b2
......@@ -296,7 +296,7 @@ public class InvHoldRelIC extends ValidatorEJB implements InvHoldRelICLocal , In
System.out.println("siteCode1 :"+siteCode1);
if(! (siteCode.equals(siteCode1)))
{
errCode = "VMSITEINV";
errCode = "VTSITEINV";
}
}
//Ended By Mahesh Patidar
......
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