diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index b59041d0..b06244a5 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2212.113 + 6.16.2212.114 diff --git a/MP.SPEC/Pages/PODL.razor.cs b/MP.SPEC/Pages/PODL.razor.cs index 60108e89..59ce326c 100644 --- a/MP.SPEC/Pages/PODL.razor.cs +++ b/MP.SPEC/Pages/PODL.razor.cs @@ -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 } } diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index 8c8af378..e5dc50d3 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2212.113

+

Versione: 6.16.2212.114


Note di rilascio: