diff --git a/MP.Data/DbModels/PODLExpModel.cs b/MP.Data/DbModels/PODLExpModel.cs
index c5dc911d..9577ba01 100644
--- a/MP.Data/DbModels/PODLExpModel.cs
+++ b/MP.Data/DbModels/PODLExpModel.cs
@@ -64,6 +64,12 @@ namespace MP.Data.DbModels
}
}
+ [NotMapped]
+ public bool IsKit
+ {
+ get => KeyRichiesta.StartsWith("KIT");
+ }
+
///
/// Navigazione oggetto Machine
///
diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor
index 2eae6201..a651fcdf 100644
--- a/MP.SPEC/Components/ListPODL.razor
+++ b/MP.SPEC/Components/ListPODL.razor
@@ -47,10 +47,24 @@ else
@if (!(showRecipeConf || showRecipeArch))
{
-
+ @if (!record.IsKit)
+ {
+
+ }
+ else
+ {
+
+ }
@if (record.IdxOdl == 0)
{
-
+ @if (!record.IsKit)
+ {
+
+ }
+ else
+ {
+
+ }
@if (enableStartPODL)
{
@if (canStartOdl(record.IdxMacchina))
@@ -163,10 +177,14 @@ else
}
- @if (POdlDelEnabled(record.IdxOdl))
+ @if (POdlDelEnabled(record.IdxOdl) && !record.IsKit)
{
}
+ else
+ {
+
+ }
|
}
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj
index a0a35c56..b5f742f3 100644
--- a/MP.SPEC/MP.SPEC.csproj
+++ b/MP.SPEC/MP.SPEC.csproj
@@ -5,7 +5,7 @@
enable
enable
MP.SPEC
- 6.16.2506.917
+ 6.16.2506.1012
1800a78a-6ff1-40f9-b490-87fb8bfc1394
en
diff --git a/MP.SPEC/Pages/PODL.razor b/MP.SPEC/Pages/PODL.razor
index 141266db..93afafd5 100644
--- a/MP.SPEC/Pages/PODL.razor
+++ b/MP.SPEC/Pages/PODL.razor
@@ -164,10 +164,14 @@
diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html
index ae37f28c..e69de29b 100644
--- a/MP.SPEC/Resources/ChangeLog.html
+++ b/MP.SPEC/Resources/ChangeLog.html
@@ -1,25 +0,0 @@
-
- Modulo MAPOSPEC
- Versione: 6.16.2506.917
-
Note di rilascio:
-
- -
- Ultime modifiche:
-
-
- -
- v.6.15.* →
-
- - Prima release dotnet6
-
-
-
-
-
-

-
-
-
-
diff --git a/MP.SPEC/Resources/VersNum.txt b/MP.SPEC/Resources/VersNum.txt
index 57efca0a..ac657b85 100644
--- a/MP.SPEC/Resources/VersNum.txt
+++ b/MP.SPEC/Resources/VersNum.txt
@@ -1 +1 @@
-6.16.2506.917
+6.16.2506.1012
diff --git a/MP.SPEC/Resources/manifest.xml b/MP.SPEC/Resources/manifest.xml
index 1dff2086..7dba86c2 100644
--- a/MP.SPEC/Resources/manifest.xml
+++ b/MP.SPEC/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.16.2506.917
+ 6.16.2506.1012
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/MP.SPEC.zip
https://nexus.steamware.net/repository/SWS/MP-SPEC/stable/LAST/ChangeLog.html
false