Commit e5edd2e3 authored by dpawar's avatar dpawar

Change confirmed message


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95020 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 083fe15f
...@@ -647,6 +647,12 @@ private String generateDebitNote(Connection conn,ArrayList<String> podProcessInv ...@@ -647,6 +647,12 @@ private String generateDebitNote(Connection conn,ArrayList<String> podProcessInv
errString = itmdbAccess1.getErrorString("", errCode, "", "", conn); errString = itmdbAccess1.getErrorString("", errCode, "", "", conn);
return errString; return errString;
} }
if((errString != null ) && errString.indexOf("CONFSUCCES") > -1){
conn.commit();
errCode="VTPRCCSF";
errString = itmdbAccess1.getErrorString("", errCode, "", "", conn);
return errString;
}
}catch(Exception e) }catch(Exception e)
{ {
......
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