From 041ef5bfab3fc2d45517c1744249c878fa313f3c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 5 Nov 2025 19:25:00 +0100 Subject: [PATCH] Update gestione display btn BOM --- Lux.UI/Components/Compo/OfferRowMan.razor | 3 +- Lux.UI/Components/Compo/OfferRowMan.razor.cs | 34 +++++++++++++++++++- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/Lux.UI/Components/Compo/OfferRowMan.razor b/Lux.UI/Components/Compo/OfferRowMan.razor index a2d4746e..241269ac 100644 --- a/Lux.UI/Components/Compo/OfferRowMan.razor +++ b/Lux.UI/Components/Compo/OfferRowMan.razor @@ -157,7 +157,8 @@ else }
@item.OfferRowUID
- @if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit && !string.IsNullOrEmpty(item.SerStruct) && item.SerStruct.Length > 2) + @* @if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit && !string.IsNullOrEmpty(item.SerStruct) && item.SerStruct.Length > 2) *@ + @if(ShowBom(item)) {