Commit 855b88b0 authored by pgole's avatar pgole

Updated SQL


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104353 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8a9eb7a8
......@@ -161,7 +161,7 @@ begin
end if;
end if;
lc_netsale := lc_sales /replperiod * replfactor;
lc_netsale := ROUND(lc_sales /replperiod) * replfactor;
lc_netsale := lc_netsale - lc_clstock - lc_transQty ;
......
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