Commit 089a6ce5 authored by jshaikh's avatar jshaikh
parent ce33c498
......@@ -52,12 +52,14 @@ public class PurContractConfWF
if (updcnt > 0)
{
conn.commit();
retString = "Y";
conn.commit();
retString = "Y";
}
else
{
conn.rollback();
retString = "N";
}
conn.rollback();
retString = "N";
}
}
......
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