Ancora fix sel reparto

This commit is contained in:
Samuele Locatelli
2022-07-05 10:00:21 +02:00
parent 112c73aea1
commit a9fd0e2f83
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;