From fd585aee93ab22a59219b99b676e2dec7557970f Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 7 Oct 2022 15:14:57 +0200 Subject: [PATCH] modifiche richieste --- MP.SPEC/Components/ListODL.razor | 2 +- MP.SPEC/Components/ListPODL.razor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MP.SPEC/Components/ListODL.razor b/MP.SPEC/Components/ListODL.razor index 048bfdb4..9fb9debf 100644 --- a/MP.SPEC/Components/ListODL.razor +++ b/MP.SPEC/Components/ListODL.razor @@ -40,7 +40,7 @@ else @if (record.Note != "") { -
+
Note: @record.Note
} diff --git a/MP.SPEC/Components/ListPODL.razor b/MP.SPEC/Components/ListPODL.razor index 0696781d..8e79dcad 100644 --- a/MP.SPEC/Components/ListPODL.razor +++ b/MP.SPEC/Components/ListPODL.razor @@ -46,7 +46,7 @@ else
@if (record.Note != "") { -
+
Note: @record.Note
}