Commit d47c37bb authored by vvengurlekar's avatar vvengurlekar

EmpLeaveCancel.java

PerkClaimIC.java error correction


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204073 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ccc93edf
......@@ -18,7 +18,6 @@ import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import com.google.gwt.uibinder.client.UiBinderUtil.TempAttachment;
import ibase.utility.CommonConstants;
import ibase.utility.E12GenericUtility;
......
......@@ -1210,8 +1210,7 @@ public class EmpLeaveCancel extends ActionHandlerEJB implements EmpLeaveCancelL
pstmt.close();
pstmt = null;
}
}
}
}
break;
}while(true);
if(errCode != null && errCode.trim().length() > 0 )
......
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