round when moving to plan in case it was not already done

This commit is contained in:
Paul Trowbridge 2024-05-14 08:51:42 -04:00
parent d9e78e285f
commit 8fc5d0e689

View File

@ -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-----------------------