TC uses CA for cases when it can't use the item translation table.

master
bleeson 2025-10-31 14:49:56 -07:00
parent e4d11b8edf
commit 42ab26abbf
1 changed files with 2 additions and 1 deletions

View File

@ -474,7 +474,8 @@ def get_line_information(
,'' as [UPC] ,'' as [UPC]
,'' as [ISBN] ,'' as [ISBN]
,'' as [GTIN] ,'' 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] ,coalesce([STL].[SHL_0], 100) as [SHL_0]
,case coalesce([STL].[SHLUOM_0], 2) ,case coalesce([STL].[SHLUOM_0], 2)
when 2 then 'Months' when 2 then 'Months'