From 861d4e0820a47fd2d43ccce1d3af0b735c89293f Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Thu, 14 Dec 2023 12:24:37 +0100 Subject: [PATCH] fix visualizzazione bottone kitting --- MP-TAB-SERV/Components/ScrapMan.razor | 32 +++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/MP-TAB-SERV/Components/ScrapMan.razor b/MP-TAB-SERV/Components/ScrapMan.razor index 9c5303a5..c9045a34 100644 --- a/MP-TAB-SERV/Components/ScrapMan.razor +++ b/MP-TAB-SERV/Components/ScrapMan.razor @@ -77,30 +77,30 @@ @item.Qta
-
- × - -
+ @if (item.Tipo == "KIT") { - +
+ × + +
} else { - @* + × pz - *@ + }