From e7c178bf0b189ad99280d2cd78cd37df552efca5 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 21 Jan 2026 16:44:20 +0100 Subject: [PATCH] Nuovo stato x ODL creati (x invio richiesta PROD) --- EgwCoreLib.Lux.Core/EgwCoreLib.Lux.Core.csproj | 2 +- EgwCoreLib.Lux.Core/Enums.cs | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/EgwCoreLib.Lux.Core/EgwCoreLib.Lux.Core.csproj b/EgwCoreLib.Lux.Core/EgwCoreLib.Lux.Core.csproj index 5b805c2..c570ffb 100644 --- a/EgwCoreLib.Lux.Core/EgwCoreLib.Lux.Core.csproj +++ b/EgwCoreLib.Lux.Core/EgwCoreLib.Lux.Core.csproj @@ -23,7 +23,7 @@ - + diff --git a/EgwCoreLib.Lux.Core/Enums.cs b/EgwCoreLib.Lux.Core/Enums.cs index f9268f8..dc91d1c 100644 --- a/EgwCoreLib.Lux.Core/Enums.cs +++ b/EgwCoreLib.Lux.Core/Enums.cs @@ -38,6 +38,10 @@ namespace EgwCoreLib.Lux.Core /// Assigned, /// + /// Creato un PROD per ogni ODL creato + /// + ProdOdlCreated, + /// /// Schedulato in produzione (data sulla fase critica) /// Planned,