diff --git a/procs/matrix_guidance.pg.sql b/procs/matrix_guidance.pg.sql index 07eae4a..c5a11c7 100644 --- a/procs/matrix_guidance.pg.sql +++ b/procs/matrix_guidance.pg.sql @@ -84,7 +84,7 @@ BEGIN WHERE o.fs_line = '41010' AND o.calc_status <> 'CANCELLED' - AND o.version IN ('Actual', 'Forecast', 'Quotes') + AND o.version IN ('Actual', 'Forecast', 'Quotes', 'Budget') AND o.part IS NOT NULL AND SUBSTRING(o.glec, 1, 1) <= '2'; -- 2:12 0:38