Commit 6a39a1a5 authored by prane's avatar prane

commented update stmt amount and amount__bc overwritten in misc_drcr

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184274 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62ee4f16
......@@ -1992,7 +1992,8 @@ public class RetainerContractReleasePrc extends ProcessEJB implements RetainerCo
analCode = "";
empCode = "";
sql = "update misc_drcr_rcp set amount = ?, " +
//commented due to amount and amount__bc overwritten
/*sql = "update misc_drcr_rcp set amount = ?, " +
" amount__bc = ? where tran_id = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setDouble(1, netAmt);
......@@ -2006,7 +2007,7 @@ public class RetainerContractReleasePrc extends ProcessEJB implements RetainerCo
errCode = "NODATAUPD ";
errString = getMsg("No Data Updated In CRDR_NOTE",errCode, conn);
return errString;
}
}*/
}
}catch (ITMException e)
{
......
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