Commit fa9bd0a5 authored by vvengurlekar's avatar vvengurlekar

EmpLeaveConf.java - changed error code from DS000NR to VTEMPLVE22 for...

EmpLeaveConf.java -  changed error code from DS000NR to VTEMPLVE22 for negative leave balance transfer


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196084 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3c1a2981
......@@ -3816,7 +3816,9 @@ public class EmpLeaveConf extends ActionHandlerEJB implements EmpLeaveConfLocal,
if (fVal6 != mDays)
{
System.out.println("Not equal");
errCode = "DS000NR";
//changed error_code by Varsha V on 22-01-18 if balance mismatched.
//errCode = "DS000NR";
errCode = "VTEMPLVE22";
this.errList.add(errCode);
this.fldList.add("");
isError = true;
......
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