Allowing MEL to send 943s.
parent
f53e0fe3e0
commit
018dd5c13b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue