lowercase kg

This commit is contained in:
Paul Trowbridge 2024-05-14 08:49:23 -04:00
parent 025b3b8c12
commit d9e78e285f

View File

@ -154,7 +154,7 @@ SET
,clss = m.clss ,clss = m.clss
,brand = m.brand ,brand = m.brand
,assc = m.assc ,assc = m.assc
,lbs = CASE m.nwun WHEN 'kg' THEN 2.2046 ELSE 1 END*m.nwht ,lbs = CASE m.nwun WHEN 'KG' THEN 2.2046 ELSE 1 END*m.nwht
,unti = m.unti ,unti = m.unti
FROM FROM
"CMS.CUSLG".itemm m "CMS.CUSLG".itemm m