From 044e605dd4e1852b3efbfda160a9436385925a5e Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 8 Apr 2025 22:20:52 -0400 Subject: [PATCH] commit: 2025-04-08 22:20:52 --- route_sql/mix_change.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/route_sql/mix_change.sql b/route_sql/mix_change.sql index 99873eb..a6d88a4 100644 --- a/route_sql/mix_change.sql +++ b/route_sql/mix_change.sql @@ -89,8 +89,8 @@ target AS (select $$replace_request$$::json def) ,round(d.fc_mix * p.qty,0) units ,round(d.fc_mix * p.qty,0)* p.price value_usd --assume that target dollars are USD ,d.order_date - ,sd.sortmo order_month - ,sd.ssyr order_season + ,od.sortmo order_month + ,od.ssyr order_season ,d.ship_date request_date ,sd.sortmo request_month ,sd.ssyr request_season