diff --git a/MP.INVE/Components/CodeScan.razor b/MP.INVE/Components/CodeScan.razor
index 5a1cc5a4..d60a1402 100644
--- a/MP.INVE/Components/CodeScan.razor
+++ b/MP.INVE/Components/CodeScan.razor
@@ -1,3 +1,3 @@
-
+
diff --git a/MP.INVE/Components/CodeScan.razor.cs b/MP.INVE/Components/CodeScan.razor.cs
index 3fbc5fd9..d0719ee2 100644
--- a/MP.INVE/Components/CodeScan.razor.cs
+++ b/MP.INVE/Components/CodeScan.razor.cs
@@ -28,8 +28,8 @@ namespace MP.INVE.Components
/// Imposta il focus su input scansione
///
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)
}
@@ -44,8 +44,17 @@ namespace MP.INVE.Components
// get => currParams.UDC;
// set => currParams.UDC = value;
//}
+ protected string _lastScan = "";
+ protected string LastScan
+ {
+ get => _lastScan;
+ set
+ {
+ _lastScan = value;
+ saveSel(LastScan);
+ }
+ }
- protected string LastScan = "";
protected override async Task OnAfterRenderAsync(bool firstRender)
{
@@ -55,10 +64,10 @@ namespace MP.INVE.Components
}
}
- private async Task saveSel(string lastScan)
+ private void saveSel(string scanToSend)
{
- LastScan = lastScan;
- await lastRawScan.InvokeAsync(lastScan);
+ //LastScan = scanToSend;
+ Task.FromResult(lastRawScan.InvokeAsync(scanToSend));
}
}
diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj
index 1f91448a..838900e8 100644
--- a/MP.INVE/MP.INVE.csproj
+++ b/MP.INVE/MP.INVE.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.INVE
- 6.16.2212.118
+ 6.16.2212.210
diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html
index a6788146..d4002107 100644
--- a/MP.INVE/Resources/ChangeLog.html
+++ b/MP.INVE/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOINVE
- Versione: 6.16.2212.118
+ Versione: 6.16.2212.210
Note di rilascio:
-
diff --git a/MP.INVE/Resources/VersNum.txt b/MP.INVE/Resources/VersNum.txt
index 6517f4d1..ffaff1cc 100644
--- a/MP.INVE/Resources/VersNum.txt
+++ b/MP.INVE/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2212.118
+6.16.2212.210
diff --git a/MP.INVE/Resources/manifest.xml b/MP.INVE/Resources/manifest.xml
index f4d674a8..4ee18ea1 100644
--- a/MP.INVE/Resources/manifest.xml
+++ b/MP.INVE/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2212.118
+ 6.16.2212.210
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