From e72bf038b3797b3040b3826af4fb80f6d59d45c0 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Mon, 4 Dec 2023 15:47:05 +0100 Subject: [PATCH] fix controlli solo se con odl --- MP-TAB-SERV/Components/ControlsMan.razor | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MP-TAB-SERV/Components/ControlsMan.razor b/MP-TAB-SERV/Components/ControlsMan.razor index 1c9ae31a..4d8e9281 100644 --- a/MP-TAB-SERV/Components/ControlsMan.razor +++ b/MP-TAB-SERV/Components/ControlsMan.razor @@ -5,9 +5,13 @@
- + @if (RecMSE.IdxOdl > 0) + { + + + }

Tipo Selezione