update final merge to include budget records

This commit is contained in:
Paul Trowbridge 2025-11-13 16:17:28 -05:00
parent 9991e8976d
commit 7c11ace88f

View File

@ -548,7 +548,7 @@ BEGIN
AND o.qtyord = q.vol
AND 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';
-- 14:13 10:09