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,
|
r_rate,
|
||||||
c_currency,
|
c_currency,
|
||||||
c_rate,
|
c_rate,
|
||||||
units,
|
round(units,2),
|
||||||
value_loc,
|
round(value_loc,2),
|
||||||
null::numeric,
|
null::numeric,
|
||||||
null::numeric,
|
null::numeric,
|
||||||
null::numeric,
|
null::numeric,
|
||||||
null::numeric,
|
null::numeric,
|
||||||
cost_loc,
|
round(cost_loc,2),
|
||||||
null::numeric,
|
null::numeric,
|
||||||
null::numeric,
|
null::numeric,
|
||||||
------------status info-----------------------
|
------------status info-----------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user