lowercase kg
This commit is contained in:
parent
025b3b8c12
commit
d9e78e285f
@ -154,7 +154,7 @@ SET
|
||||
,clss = m.clss
|
||||
,brand = m.brand
|
||||
,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
|
||||
FROM
|
||||
"CMS.CUSLG".itemm m
|
||||
|
||||
Loading…
Reference in New Issue
Block a user