change the forecast pool cost to be based on current cost, not historic

This commit is contained in:
Paul Trowbridge 2020-02-21 11:17:31 -05:00
parent 8bed8cd399
commit df1e2f0e58

View File

@ -94,8 +94,8 @@ SELECT
,fb_qty units
,fb_val_loc value_loc
,fb_val_loc * r_rate value_usd
,fb_cst_loc cost_loc
,fb_cst_loc * c_rate cost_usd
,fb_cst_loc_cur cost_loc
,fb_cst_loc_cur * c_rate cost_usd
,calc_status
,flag
,o.odate order_date