This commit is contained in:
Paul Trowbridge 2024-12-13 09:23:00 -05:00
parent f66698dcf7
commit d4a29d9bbd

View File

@ -29,7 +29,7 @@ lq AS MATERIALIZED (
FROM
lq
LEFT JOIN LATERAL rlarp.guidance_r1(
rlarp.get_guidance_dseg(lq.billto,lq.shipto,substring(lq.part,1,8),lq.v1ds,lq.units_each,2024)
rlarp.get_guidance_dseg(lq.billto,lq.shipto,substring(lq.part,1,8),lq.v1ds,lq.units_each,2025)
) pricing ON TRUE
WHERE
lq.qstat ~ 'Submitted'