change the forecast pool cost to be based on current cost, not historic
This commit is contained in:
parent
8bed8cd399
commit
df1e2f0e58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user