Allowing MEL to send 943s.

master
bleeson 2025-07-18 07:52:58 -07:00
parent f53e0fe3e0
commit 018dd5c13b
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ def get_shipments(database: records.Connection) -> typing.Iterator[str]:
on [SOH].[SOHNUM_0] = [SDH].[SOHNUM_0] on [SOH].[SOHNUM_0] = [SDH].[SOHNUM_0]
where where
( (
[SDH].[STOFCY_0] in ('PMW','WCA','WNJ') [SDH].[STOFCY_0] in ('PMW','WCA','WNJ','MEL')
and [SDH].[BPCORD_0] in ('WON') and [SDH].[BPCORD_0] in ('WON')
and nullif([SDH].[MDL_0],'') is not null and nullif([SDH].[MDL_0],'') is not null
and nullif([SDH].[BPTNUM_0],'') is not null and nullif([SDH].[BPTNUM_0],'') is not null