diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 0382fc6a..c3583a87 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2603.0911 + 1.1.2603.0912 diff --git a/Lux.UI/Components/Pages/Items.razor b/Lux.UI/Components/Pages/Items.razor index d4836532..767e6ecc 100644 --- a/Lux.UI/Components/Pages/Items.razor +++ b/Lux.UI/Components/Pages/Items.razor @@ -18,13 +18,21 @@
- @if (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND) + @if (!showItemsBuy && (!string.IsNullOrEmpty(SelCodGroup) && SelType != Enums.ItemClassType.ND)) { }
+ Envir + Gruppo