Full type name fix

This commit is contained in:
alexY 2015-04-30 15:53:29 +03:00
parent f77585c45e
commit ea01a47208

View file

@ -10848,7 +10848,7 @@ SET @sqlSpace = '
SI.ItemID as ItemID,
SI.ItemName as TextSearch,
STYPE.DisplayName as ColumnType,
SI.ItemName as FullType,
STYPE.DisplayName as FullType,
SI.PackageID as PackageID
FROM @ItemsService AS I
INNER JOIN ServiceItems AS SI ON I.ItemID = SI.ItemID