Commit a574b42e authored by ssalve's avatar ssalve

Sarita: Done changes to show confirmation message on 28 JUN 18

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186997 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2cae14d7
......@@ -1183,6 +1183,10 @@ conn = getConnection();
if(chk > 0)
{
System.out.println("asset_sales Records Updated");
//Added by sarita to show confirmation message on 28 JUN 18 [START]
errString = itmdbAccess.getErrorString("", "VTCNFSUCC", "", "", conn);
return errString;
//Added by sarita to show confirmation message on 28 JUN 18 [END]
}
//Added and Commented by sarita on 26 JUN 18 [START]
/*pstmt.close();
......
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