Full type name fix
This commit is contained in:
parent
f77585c45e
commit
ea01a47208
1 changed files with 1 additions and 1 deletions
|
@ -10848,7 +10848,7 @@ SET @sqlSpace = '
|
||||||
SI.ItemID as ItemID,
|
SI.ItemID as ItemID,
|
||||||
SI.ItemName as TextSearch,
|
SI.ItemName as TextSearch,
|
||||||
STYPE.DisplayName as ColumnType,
|
STYPE.DisplayName as ColumnType,
|
||||||
SI.ItemName as FullType,
|
STYPE.DisplayName as FullType,
|
||||||
SI.PackageID as PackageID
|
SI.PackageID as PackageID
|
||||||
FROM @ItemsService AS I
|
FROM @ItemsService AS I
|
||||||
INNER JOIN ServiceItems AS SI ON I.ItemID = SI.ItemID
|
INNER JOIN ServiceItems AS SI ON I.ItemID = SI.ItemID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue