diff --git a/MP.AppAuth/Controllers/AppAuthController.cs b/MP.AppAuth/Controllers/AppAuthController.cs index 54b3ec8b..fec0b23a 100644 --- a/MP.AppAuth/Controllers/AppAuthController.cs +++ b/MP.AppAuth/Controllers/AppAuthController.cs @@ -42,7 +42,7 @@ namespace MP.AppAuth.Controllers { dbResult = localDbCtx .DbSetAnagraficaGruppi - .Where(x => x.TipoGruppo == codTipo && x.SelEnabled) + .Where(x => x.TipoGruppo == codTipo) .ToList(); } return dbResult; diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj index 96bb841d..685e408b 100644 --- a/MP.Land/MP.Land.csproj +++ b/MP.Land/MP.Land.csproj @@ -3,7 +3,7 @@ net6.0 MP.Land - 6.15.2207.0419 + 6.15.2207.0510 diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html index 5abaaa2a..a1418a27 100644 --- a/MP.Land/Resources/ChangeLog.html +++ b/MP.Land/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo gestione Programmi MAPO -

Versione: 6.15.2207.0419

+

Versione: 6.15.2207.0510


Note di rilascio: