diff --git a/MP.INVE/MP.INVE.csproj b/MP.INVE/MP.INVE.csproj
index 36fd552d..002f6989 100644
--- a/MP.INVE/MP.INVE.csproj
+++ b/MP.INVE/MP.INVE.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.INVE
- 6.16.2211.2812
+ 6.16.2211.2813
diff --git a/MP.INVE/Resources/ChangeLog.html b/MP.INVE/Resources/ChangeLog.html
index 99ac9b8c..c88a5e53 100644
--- a/MP.INVE/Resources/ChangeLog.html
+++ b/MP.INVE/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOINVE
- Versione: 6.16.2211.2812
+ Versione: 6.16.2211.2813
Note di rilascio:
-
diff --git a/MP.INVE/Resources/VersNum.txt b/MP.INVE/Resources/VersNum.txt
index ba1f5e08..76265c4d 100644
--- a/MP.INVE/Resources/VersNum.txt
+++ b/MP.INVE/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2211.2812
+6.16.2211.2813
diff --git a/MP.INVE/Resources/manifest.xml b/MP.INVE/Resources/manifest.xml
index 9e9fe765..a6886372 100644
--- a/MP.INVE/Resources/manifest.xml
+++ b/MP.INVE/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2211.2812
+ 6.16.2211.2813
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
diff --git a/MP.INVE/Shared/MainLayout.razor b/MP.INVE/Shared/MainLayout.razor
index d7ff713a..711fe2e5 100644
--- a/MP.INVE/Shared/MainLayout.razor
+++ b/MP.INVE/Shared/MainLayout.razor
@@ -20,7 +20,7 @@
}
- @if (userName != "0" || NavManager.Uri.Contains("OperatoreLogin"))
+ @if(!NavManager.Uri.Contains("OperatoreLogin"))
{
@Body
}
diff --git a/MP.INVE/Shared/MainLayout.razor.cs b/MP.INVE/Shared/MainLayout.razor.cs
index 3e36b325..ad97c87b 100644
--- a/MP.INVE/Shared/MainLayout.razor.cs
+++ b/MP.INVE/Shared/MainLayout.razor.cs
@@ -34,7 +34,7 @@ namespace MP.INVE.Shared
userName = $"{answ.Cognome} {answ.Nome} ({answ.MatrOpr})";
if (NavManager.Uri.Contains("OperatoreLogin"))
{
- NavManager.NavigateTo("Elencomagazzini", true);
+ NavManager.NavigateTo("ElencoMagazzini", true);
}
}
else