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;
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Land</RootNamespace>
<Version>6.15.2207.0419</Version>
<Version>6.15.2207.0510</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo gestione Programmi MAPO</i>
<h4>Versione: 6.15.2207.0419</h4>
<h4>Versione: 6.15.2207.0510</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.15.2207.0419
6.15.2207.0510
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.15.2207.0419</version>
<version>6.15.2207.0510</version>
<url>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>