round when moving to plan in case it was not already done
This commit is contained in:
parent
d9e78e285f
commit
8fc5d0e689
@ -101,13 +101,13 @@ SELECT
|
||||
r_rate,
|
||||
c_currency,
|
||||
c_rate,
|
||||
units,
|
||||
value_loc,
|
||||
round(units,2),
|
||||
round(value_loc,2),
|
||||
null::numeric,
|
||||
null::numeric,
|
||||
null::numeric,
|
||||
null::numeric,
|
||||
cost_loc,
|
||||
round(cost_loc,2),
|
||||
null::numeric,
|
||||
null::numeric,
|
||||
------------status info-----------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user