Commit 65bbcd4f authored by Ajit Deshmukh's avatar Ajit Deshmukh

Update ManageSql.java

parent 87e4bebf
......@@ -363,7 +363,7 @@ public class ManageSql extends ValidatorEJB {
if(txnStatus.equalsIgnoreCase("R") && editFlag.trim().equalsIgnoreCase("E"))
{
errString = getErrorString("txn_status","INVLDMER",userId);
errString = getErrorString("txn_status","MSQLUR",userId);
break;
}
}
......
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