diff --git a/MP.INVE/Components/CodeScan.razor.cs b/MP.INVE/Components/CodeScan.razor.cs index 3f2b95ee..4c8b1654 100644 --- a/MP.INVE/Components/CodeScan.razor.cs +++ b/MP.INVE/Components/CodeScan.razor.cs @@ -27,15 +27,16 @@ namespace MP.INVE.Components /// protected void setFocus() { - // all'apertura del componente -_> focus su txtbox scan (e anche dopo input) + // all'apertura del componente --> focus su txtbox scan (e anche dopo input) } private ElementReference target; protected string lastScan { get; set; } = ""; - [Parameter] - public SelectScanParams currParams { get; set; } = null!; + + public SelectScanParams currParams = new SelectScanParams(); + protected string rawScan { get => currParams.UDC; diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj index 4e22a434..e6283c23 100644 --- a/MP.INVE/MP.INVE.csproj +++ b/MP.INVE/MP.INVE.csproj @@ -5,7 +5,7 @@ enable enable MP.INVE - 6.16.2211.2317 + 6.16.2211.2408 diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html index 4da7f511..29a93835 100644 --- a/MP.INVE/Resources/ChangeLog.html +++ b/MP.INVE/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOINVE -

Versione: 6.16.2211.2317

+

Versione: 6.16.2211.2408


Note di rilascio: