Commit f7932097 authored by prane's avatar prane

Sundry Type 'S' hard coded in IBCA PAY for transporter is set to T​

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@137726 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 30c38984
......@@ -1893,7 +1893,7 @@ conn = getConnection();
pstmt.setTimestamp(4,refDate);
pstmt.setString(5,curr);
pstmt.setDouble(6,exch);
pstmt.setString(7,"S");
pstmt.setString(7,sundryType);
pstmt.setString(8,supp);
pstmt.setString(9,acct);
pstmt.setString(10,cctr);
......
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