Allow YOA to send ISTs to Source
parent
f0d8262272
commit
b1e5c392b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue