Commit ef7d68ff 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@201383 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4d3340e8
......@@ -4693,7 +4693,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
if( rs.next() )
{
if( rs.next() ) lscurrcodefrt = rs.getString(1);
lscurrcodefrt = rs.getString(1);
lscurrcodeins = rs.getString(2);
lsfrttype = rs.getString(3);
lcfrtrate = rs.getDouble(4);
......
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