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:
-
diff --git a/MP.INVE/Resources/VersNum.txt b/MP.INVE/Resources/VersNum.txt
index f49cad53..d7d07cfe 100644
--- a/MP.INVE/Resources/VersNum.txt
+++ b/MP.INVE/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2211.2317
+6.16.2211.2408
diff --git a/MP.INVE/Resources/manifest.xml b/MP.INVE/Resources/manifest.xml
index 942a765a..c170f1ec 100644
--- a/MP.INVE/Resources/manifest.xml
+++ b/MP.INVE/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2211.2317
+ 6.16.2211.2408
https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/MP.INVE.zip
https://nexus.steamware.net/repository/SWS/MP-INVE/stable/LAST/ChangeLog.html
false