-
- 8.16.2606.1112
+ 8.16.2606.1114
https://nexus.steamware.net/repository/SWS/MP-RIOC/stable/LAST/MP.RIOC.zip
https://nexus.steamware.net/repository/SWS/MP-RIOC/stable/LAST/ChangeLog.html
false
diff --git a/MP.SPEC/Components/CmpTop.razor.cs b/MP.SPEC/Components/CmpTop.razor.cs
index 8b2ee9b2..2889baca 100644
--- a/MP.SPEC/Components/CmpTop.razor.cs
+++ b/MP.SPEC/Components/CmpTop.razor.cs
@@ -122,7 +122,7 @@ namespace MP.SPEC.Components
private void SetPageData()
{
- // update testo pagina da URI
+ // DoUpdate testo pagina da URI
string pageUri = NavManager.Page().ToLower();
// se home/index/vuoto... home!
if (string.IsNullOrEmpty(pageUri) || pageUri == "index" || pageUri == "home")
diff --git a/MP.SPEC/Components/Fermate/ListMacc.razor.cs b/MP.SPEC/Components/Fermate/ListMacc.razor.cs
index a8f64b38..b96ef79d 100644
--- a/MP.SPEC/Components/Fermate/ListMacc.razor.cs
+++ b/MP.SPEC/Components/Fermate/ListMacc.razor.cs
@@ -131,7 +131,7 @@ namespace MP.SPEC.Components.Fermate
}
///
- /// Richiesta update
+ /// Richiesta DoUpdate
///
///
private async Task RaiseRefresh()
diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor
index ac739a63..c55414c8 100644
--- a/MP.SPEC/Components/ListPODL.razor
+++ b/MP.SPEC/Components/ListPODL.razor
@@ -1,6 +1,5 @@
@using MP.SPEC.Components
@using MP.SPEC.Components.ProdKit
-@using MP.SPEC.Data
@if (ListRecords == null || isLoading)
{
@@ -24,7 +23,7 @@ else
|
@if (currRecord != null)
{
-
+
}
|
Cod |
@@ -47,10 +46,10 @@ else
@if (!(showRecipeConf || showRecipeArch))
{
-
+
@if (!record.IsKit)
{
-
+
}
else
{
@@ -60,7 +59,7 @@ else
{
@if (!record.IsKit)
{
-
+
}
else
{
@@ -70,7 +69,7 @@ else
{
@if (canStartOdl(record.IdxMacchina))
{
- |