fix filtro x macchina XDL

This commit is contained in:
zaccaria.majid
2022-11-28 09:03:30 +01:00
parent 80a8c01f29
commit d7d5d91fcf
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
{ {
foreach (var item in ListMacchine) foreach (var item in ListMacchine)
{ {
<option value="@item.CodMacchina">@item.Descrizione</option> <option value="@item.IdxMacchina">@item.Descrizione</option>
} }
} }
</select> </select>
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace> <RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2211.2519</Version> <Version>6.16.2211.2808</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body> <body>
<i>Modulo MAPOSPEC </i> <i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2211.2519</h4> <h4>Versione: 6.16.2211.2808</h4>
<br /> Note di rilascio: <br /> Note di rilascio:
<ul> <ul>
<li> <li>
+1 -1
View File
@@ -1 +1 @@
6.16.2211.2519 6.16.2211.2808
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<item> <item>
<version>6.16.2211.2519</version> <version>6.16.2211.2808</version>
<url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url> <url>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog> <changelog>https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory> <mandatory>false</mandatory>