Commit 98b0b067 authored by cpatil's avatar cpatil

remove error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93732 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7da70d69
......@@ -718,7 +718,7 @@ POrderAmdConfLocal, POrderAmdConfRemote
return errCode;
}
sql = " delete from taxtran where tran_code = 'P-ORO' and tran_id = ? and line_no = ? ";
sql = " delete from taxtran where tran_code = 'P-ORD' and tran_id = ? and line_no = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, purcOrder);
pstmt.setString(2, lineNoOrd);
......
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