include budget

This commit is contained in:
Paul Trowbridge 2025-11-13 15:25:18 -05:00
parent 5cb4d75309
commit 9991e8976d

View File

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