Commit 250fb50f authored by arane's avatar arane

Fail Business logic not giving any message that its successfully done

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217554 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b92cbeed
...@@ -125,7 +125,12 @@ public class BusinessLogicChkOverride extends ActionHandlerEJB{ ...@@ -125,7 +125,12 @@ public class BusinessLogicChkOverride extends ActionHandlerEJB{
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
System.out.println("BUSINESS_LOGIC_CHECK 1st updCnt[ "+updCnt+" ]"); System.out.println("BUSINESS_LOGIC_CHECK 1st updCnt[ "+updCnt+" ]");
//Added by Anagha Rane 05/02/2020 START
//for Fail Bussiness logic not giving any message that its successfully done
errString = itmDBAccess.getErrorString("", "OVRRIDSUCC", "","",conn);
//Added by Anagha Rane 05/02/2020 END
} }
if(amdNo!= null && amdNo.trim().length() > 0) if(amdNo!= null && amdNo.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