commit: 2025-04-08 09:19:33

This commit is contained in:
Paul Trowbridge 2025-04-08 09:19:33 -04:00
parent 57cce232c5
commit 1a2659d86a

View File

@ -208,7 +208,7 @@ GROUP BY
WHERE WHERE
where_clause where_clause
-----------------scenario---------------------------- -----------------scenario----------------------------
AND version = 'b26' AND version IN ('b26','b26-act')
-----------------additional params------------------- -----------------additional params-------------------
AND calc_status||flag <> 'CLOSEDREMAINDER' --exclude short ships when building order adjustments AND calc_status||flag <> 'CLOSEDREMAINDER' --exclude short ships when building order adjustments
AND order_date <= ship_date AND order_date <= ship_date
@ -254,7 +254,7 @@ GROUP BY
rlarp.osm_pool rlarp.osm_pool
WHERE WHERE
where_clause where_clause
AND version = 'b26' AND version IN ('b26','b26-act')
GROUP BY GROUP BY
part part
) )