From d4a29d9bbd97636f1d47bad61b1039d29af8e248 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 13 Dec 2024 09:23:00 -0500 Subject: [PATCH] 2025 --- sql/live_quotes_review.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/live_quotes_review.pg.sql b/sql/live_quotes_review.pg.sql index 6463ca1..f8b1729 100644 --- a/sql/live_quotes_review.pg.sql +++ b/sql/live_quotes_review.pg.sql @@ -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'