From 018dd5c13b24fc5f76f1f14f03bfe824bb1ba1f8 Mon Sep 17 00:00:00 2001 From: bleeson Date: Fri, 18 Jul 2025 07:52:58 -0700 Subject: [PATCH] Allowing MEL to send 943s. --- edi_943.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edi_943.py b/edi_943.py index b83ff0d..5a057d5 100644 --- a/edi_943.py +++ b/edi_943.py @@ -196,7 +196,7 @@ def get_shipments(database: records.Connection) -> typing.Iterator[str]: on [SOH].[SOHNUM_0] = [SDH].[SOHNUM_0] where ( - [SDH].[STOFCY_0] in ('PMW','WCA','WNJ') + [SDH].[STOFCY_0] in ('PMW','WCA','WNJ','MEL') and [SDH].[BPCORD_0] in ('WON') and nullif([SDH].[MDL_0],'') is not null and nullif([SDH].[BPTNUM_0],'') is not null