include budget
This commit is contained in:
parent
5cb4d75309
commit
9991e8976d
@ -84,7 +84,7 @@ BEGIN
|
|||||||
WHERE
|
WHERE
|
||||||
o.fs_line = '41010'
|
o.fs_line = '41010'
|
||||||
AND o.calc_status <> 'CANCELLED'
|
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 o.part IS NOT NULL
|
||||||
AND SUBSTRING(o.glec, 1, 1) <= '2';
|
AND SUBSTRING(o.glec, 1, 1) <= '2';
|
||||||
-- 2:12 0:38
|
-- 2:12 0:38
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user