From a9fd0e2f83e625f5b295a5e0951c923c38386873 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 5 Jul 2022 10:00:21 +0200 Subject: [PATCH] Ancora fix sel reparto --- MP.AppAuth/Controllers/AppAuthController.cs | 2 +- MP.Land/MP.Land.csproj | 2 +- MP.Land/Resources/ChangeLog.html | 2 +- MP.Land/Resources/VersNum.txt | 2 +- MP.Land/Resources/manifest.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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: