diff --git a/MP.SPEC/Components/RecipeMan.razor b/MP.SPEC/Components/RecipeMan.razor index 2ff2117a..86e9e2ff 100644 --- a/MP.SPEC/Components/RecipeMan.razor +++ b/MP.SPEC/Components/RecipeMan.razor @@ -9,13 +9,36 @@ else
Dati Ricetta
@if (CurrRecipe?.HeadVal != null) { -

testata: @CurrRecipe.HeadVal.Count valori

+
+ @foreach (var item in CurrRecipe.HeadVal) + { +
+
+ + +
+
+ } +
}
@if (CurrRecipe?.RowsVal != null) { -

righe: @CurrRecipe.RowsVal.Count valori

+ @foreach (var riga in CurrRecipe.RowsVal) + { +
+ @foreach (var item in riga.Value) + { +
+
+ + +
+
+ } +
+ } }
diff --git a/MP.SPEC/MP.SPEC.csproj b/MP.SPEC/MP.SPEC.csproj index 77ad4dca..4a372ee7 100644 --- a/MP.SPEC/MP.SPEC.csproj +++ b/MP.SPEC/MP.SPEC.csproj @@ -5,7 +5,7 @@ enable enable MP.SPEC - 6.16.2302.810 + 6.16.2302.815 diff --git a/MP.SPEC/Resources/ChangeLog.html b/MP.SPEC/Resources/ChangeLog.html index be294f9d..500c0062 100644 --- a/MP.SPEC/Resources/ChangeLog.html +++ b/MP.SPEC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2302.810

+

Versione: 6.16.2302.815


Note di rilascio: