Commit 0f493e52 authored by ngadkari's avatar ngadkari

changes in tran date set in header map if ledg_post_conf is Y

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201772 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 19fefdbb
......@@ -646,7 +646,11 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
//Ended by varsha v for truncating time from tran_date on 07-05-18
pstmt.setString(2, tranId);
int updateCoount = pstmt.executeUpdate();
//condition added by nandkumar gadkari on 10/06/19
if(updateCoount > 0)
{
RcpHdrMap.put("tran_date",today);
}
pstmt.close();
pstmt = null;
......
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