Allow YOA to send ISTs to Source

master
bleeson 2025-09-17 13:53:49 -07:00
parent f0d8262272
commit b1e5c392b9
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]
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