Commit c59490c9 authored by sbehera's avatar sbehera

Message entry changed for transaction already confirmed i.e. VTCONF8


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93425 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 57494975
......@@ -182,7 +182,8 @@ public class StockTransferConf extends ActionHandlerEJB implements StockTransfer
pstmt.close();pstmt = null;
if( confirmed.equalsIgnoreCase("Y") )
{
retString = itmDBAccess.getErrorString("","CONFIRMED","");
System.out.println("The transaction already confirmed");
retString = itmDBAccess.getErrorString("","VTCONF8","");//added by somanath on 25.07.2013
return retString;
}
else
......
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