Commit 38ad6278 authored by msalla's avatar msalla

Issue in Purchase receipt "Total additional cost" value.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201384 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ef7d68ff
...@@ -4684,7 +4684,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -4684,7 +4684,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
char ct;
sql="select porder.curr_code__frt, porder.curr_code__ins ,frt_type,frt_rate,frt_amt," + sql="select porder.curr_code__frt, porder.curr_code__ins ,frt_type,frt_rate,frt_amt," +
"insurance_amt from porder where porder.purc_order = ? "; "insurance_amt from porder where porder.purc_order = ? ";
pstmt= conn.prepareStatement( sql ); pstmt= conn.prepareStatement( 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