Commit b6a5f47b authored by dpingle's avatar dpingle

* change done in employee bond confirmation

EmpBondDefConfirm.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213829 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 00b905f7
...@@ -99,7 +99,7 @@ public class EmpBondDefConfirm extends ActionHandlerEJB implements EmpBondDefCon ...@@ -99,7 +99,7 @@ public class EmpBondDefConfirm extends ActionHandlerEJB implements EmpBondDefCon
pstmt = null; pstmt = null;
if (keyString == null || keyString.trim().length() == 0 || refSerBond == null || refSerBond.trim().length() == 0) if (keyString == null || keyString.trim().length() == 0 || refSerBond == null || refSerBond.trim().length() == 0)
{ {
errString = itmdbAccess.getErrorString("", "VTEBNDDEF51", "", "", conn); errString = itmdbAccess.getErrorString("", "VTEBNDDF51", "", "", conn);
conn.rollback(); conn.rollback();
return errString; return errString;
......
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