diff --git a/source_logistics_amazon_856_SOTPI.py b/source_logistics_amazon_856_SOTPI.py index 395f4e4..ee7f878 100644 --- a/source_logistics_amazon_856_SOTPI.py +++ b/source_logistics_amazon_856_SOTPI.py @@ -474,7 +474,8 @@ def get_line_information( ,'' as [UPC] ,'' as [ISBN] ,'' as [GTIN] - ,[ITM].[SAU_0] + ,case [ITM].[SAU_0] when 'CS' then 'CA' + else [ITM].[SAU_0] end [SAU_0] ,coalesce([STL].[SHL_0], 100) as [SHL_0] ,case coalesce([STL].[SHLUOM_0], 2) when 2 then 'Months'