Commit 35004a40 authored by Ajit Deshmukh's avatar Ajit Deshmukh

correct the package for ManageSqlConf java file

parent 42a20239
......@@ -146,7 +146,7 @@ public class ManageSqlReleaseToQC extends ActionHandlerEJB{
}
}
else if(existingAprvLvl!=1 && existingAprvLvl!=3){
else if(existingAprvLvl<1){
BaseLogger.log("3", null, null, "Transaction is no processed");
return itmDBAccessEJB.getErrorString("", "MSQLNPROC", "", "", conn);
......
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