Fix delete righe offerta + fix (maybe) calcolo BOM selettivo

This commit is contained in:
Samuele Locatelli
2026-03-18 07:22:10 +01:00
parent b55d30654f
commit 0813e3b2d2
3 changed files with 16 additions and 5 deletions
@@ -126,6 +126,12 @@ namespace EgwCoreLib.Lux.Data.DbModel.Items
get => false;
}
[NotMapped]
public bool HasBOM
{
get => SourceType == ItemSourceType.Jwd || SourceType == ItemSourceType.FileBTL;
}
/// <summary>
/// Navigazione Job/Cicli
/// </summary>