diff --git a/MP-TAB3/Components/CurrOdlDetail.razor b/MP-TAB3/Components/CurrOdlDetail.razor
index c286b06d..f8b8c6a4 100644
--- a/MP-TAB3/Components/CurrOdlDetail.razor
+++ b/MP-TAB3/Components/CurrOdlDetail.razor
@@ -58,7 +58,14 @@
Cod:
- @CurrPodl.CodArticolo
+ @if (CurrOdl != null && !showPOdlData)
+ {
+ @CurrOdl.CodArticolo
+ }
+ else
+ {
+ @CurrPodl.CodArticolo
+ }
@@ -68,7 +75,14 @@
Articolo:
- @CurrPodl.DescArticolo
+ @if (CurrOdl != null && !showPOdlData)
+ {
+ @CurrOdl.DescArticolo
+ }
+ else
+ {
+ @CurrPodl.DescArticolo
+ }
@@ -78,7 +92,7 @@
Pezzi:
- @if (!showPOdlData && CurrOdl!=null)
+ @if (CurrOdl != null && !showPOdlData)
{
@CurrOdl.NumPezzi.ToString("N0")
}
@@ -93,7 +107,7 @@
TCiclo:
- @if (CurrOdl != null && CurrOdl.Tcassegnato > 0 && !showPOdlData)
+ @if (CurrOdl != null && !showPOdlData && CurrOdl.Tcassegnato > 0)
{
@CurrOdl.Tcassegnato.ToString("N2")
}
diff --git a/MP-TAB3/Components/MachineBlock.razor.cs b/MP-TAB3/Components/MachineBlock.razor.cs
index eb06be66..34df388c 100644
--- a/MP-TAB3/Components/MachineBlock.razor.cs
+++ b/MP-TAB3/Components/MachineBlock.razor.cs
@@ -528,7 +528,7 @@ namespace MP_TAB3.Components
private async Task updateIdxOdl()
{
- if (RecMSE != null)
+ if (CRecMSE != null)
{
// sistemo idxOdl...
var tabOdl = await TabDServ.OdlCurrByMacc(IdxMaccMain, false);
diff --git a/MP-TAB3/MP-TAB3.csproj b/MP-TAB3/MP-TAB3.csproj
index f9c48599..8a4da97e 100644
--- a/MP-TAB3/MP-TAB3.csproj
+++ b/MP-TAB3/MP-TAB3.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 6.16.2503.713
+ 6.16.2503.715
enable
MP_TAB3
diff --git a/MP-TAB3/Resources/ChangeLog.html b/MP-TAB3/Resources/ChangeLog.html
index 8fd158f0..43c5fe0e 100644
--- a/MP-TAB3/Resources/ChangeLog.html
+++ b/MP-TAB3/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo MAPOSPEC
-
Versione: 6.16.2503.713
+
Versione: 6.16.2503.715
Note di rilascio:
-
diff --git a/MP-TAB3/Resources/VersNum.txt b/MP-TAB3/Resources/VersNum.txt
index 28869a2c..ff9691ec 100644
--- a/MP-TAB3/Resources/VersNum.txt
+++ b/MP-TAB3/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2503.713
+6.16.2503.715
diff --git a/MP-TAB3/Resources/manifest.xml b/MP-TAB3/Resources/manifest.xml
index 0520aa60..17e83212 100644
--- a/MP-TAB3/Resources/manifest.xml
+++ b/MP-TAB3/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2503.713
+ 6.16.2503.715
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip
https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html
false