Merge branch 'Release/FixPreselezioneSearchArt'

This commit is contained in:
Samuele Locatelli
2022-12-01 14:50:41 +01:00
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP.SPEC</RootNamespace>
<Version>6.16.2212.113</Version>
<Version>6.16.2212.114</Version>
</PropertyGroup>
<ItemGroup>
+3 -1
View File
@@ -339,7 +339,9 @@ namespace MP.SPEC.Pages
set
{
_currRecord = value;
artSearch = value == null ? "" : value.CodArticolo.Substring(0,2);
#if false
artSearch = value == null ? "" : value.CodArticolo.Substring(0, 2);
#endif
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2212.113</h4>
<h4>Versione: 6.16.2212.114</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2212.113
6.16.2212.114
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2212.113</version>
<version>6.16.2212.114</version>
<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>
<mandatory>false</mandatory>