diff --git a/MP-TAB-SERV/Components/LongStopList.razor b/MP-TAB-SERV/Components/LongStopList.razor index 55d3d2cd..e6437ba8 100644 --- a/MP-TAB-SERV/Components/LongStopList.razor +++ b/MP-TAB-SERV/Components/LongStopList.razor @@ -1,14 +1,38 @@ @if (currFnq != null) { -
-
+
+
-
- @currFnq.Stato -
-
- @currFnq.CodArticolo +
+
+ @currFnq.Stato +
+
+ @currFnq.CodArticolo +
+ @if (currNotes.Count > 0) + { +
+
+
+

+ +

+
+
+ @foreach (var note in currNotes) + { + @note.Value + } +
+
+
+
+
+ }
- +@* @if (RecordListComments == null) { @@ -102,6 +102,8 @@
} } + + *@
diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index 63f1a10e..304fd997 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2310.2711 + 6.16.2310.2717 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 446b1335..7d631f98 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2310.2711

+

Versione: 6.16.2310.2717


Note di rilascio: