From b1e5c392b9d560c6bd47d72364cb89f8c0c573a8 Mon Sep 17 00:00:00 2001 From: bleeson Date: Wed, 17 Sep 2025 13:53:49 -0700 Subject: [PATCH] Allow YOA to send ISTs to Source --- edi_943.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edi_943.py b/edi_943.py index 5a057d5..507e320 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','MEL') + [SDH].[STOFCY_0] in ('PMW','WCA','WNJ','MEL','YOA') and [SDH].[BPCORD_0] in ('WON') and nullif([SDH].[MDL_0],'') is not null and nullif([SDH].[BPTNUM_0],'') is not null