Commit 1f41073c authored by vkadam's avatar vkadam

Update STATUS to charge back


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98042 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d6082835
......@@ -121,7 +121,8 @@ public class ChrgBckLocConf extends ActionHandlerEJB implements ChrgBckLocConfLo
+" confirmed = 'Y', "
+" VERIFY_FLAG = 'Y', "
+" conf_date = ?, "
+" emp_code__aprv = ?"
+" emp_code__aprv = ?,"
+ "STATUS='A'" //VALLABH KADAM STATUS='A' as APPROVE
+" where tran_id = ? ";
// +" and confirmed <> 'Y' ";
System.out.println( "upd sql " + sql );
......
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