diff --git a/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs b/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs index 3fa2d2bc..8d1b9c60 100644 --- a/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs +++ b/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs @@ -75,7 +75,6 @@ .FirstOrDefault(); if (ordRowRec != null) { - // recupero record specifico SE trovato var currRec = dbCtx .DbSetProdGroup @@ -119,9 +118,10 @@ .DbSetProdGroup .Add(newRec); ordRowRec.ProdEstimTime = newRec.TotalEstimTime; + } - // segno ordine come Assigned se non lo fosse... - if (ordRowRec.OrderRowState != OrderStates.Assigned) + // segno ordine come Assigned se non lo fosse... + if (ordRowRec.OrderRowState != OrderStates.Assigned) { ordRowRec.OrderRowState = OrderStates.Assigned; dbCtx.Entry(ordRowRec).State = EntityState.Modified; diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 795c43b4..27380148 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 1.1.2607.0212 + 1.1.2607.0213 diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index e157d4fd..b7a4b93c 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 1.1.2607.0212 + 1.1.2607.0213 diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 2de24ada..3423a459 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 1.1.2607.0212

+

Versione: 1.1.2607.0213


Note di rilascio: