Commit f2530ff2 authored by wansari's avatar wansari

W16ASUN024 updated tran type as O at line number 849


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101404 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b24c37cc
......@@ -846,7 +846,7 @@ public class PalletRequisitionActEJB extends ActionHandlerEJB implements PalletR
pstmtHdr.setString( 12, userId );
pstmtHdr.setTimestamp( 13, currDate );
pstmtHdr.setString( 14, chgTerm );
pstmtHdr.setString( 15, tranType );
pstmtHdr.setString( 15, "O" );
updCnt = pstmtHdr.executeUpdate();
if(pstmtHdr != null){pstmtHdr.close();pstmtHdr=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