diff --git a/MP.INVE/Components/CodeScan.razor.cs b/MP.INVE/Components/CodeScan.razor.cs index 38c06308..c6c95fdb 100644 --- a/MP.INVE/Components/CodeScan.razor.cs +++ b/MP.INVE/Components/CodeScan.razor.cs @@ -38,7 +38,14 @@ namespace MP.INVE.Components get => _lastScan; set { - _lastScan = value.Trim(); + if (value.StartsWith("http")) + { + _lastScan = $"#{value}"; + } + else + { + _lastScan = value.Trim(); + } if (value != "") { saveSel(LastScan); diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj index c8f36ae9..5b462409 100644 --- a/MP.INVE/MP.INVE.csproj +++ b/MP.INVE/MP.INVE.csproj @@ -5,7 +5,7 @@ enable enable MP.INVE - 6.16.2212.2716 + 6.16.2212.2808 diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html index 4bfea4a3..daef55e0 100644 --- a/MP.INVE/Resources/ChangeLog.html +++ b/MP.INVE/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOINVE -

Versione: 6.16.2212.2716

+

Versione: 6.16.2212.2808


Note di rilascio: