diff --git a/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs b/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs index 8d1b9c60..37bda941 100644 --- a/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs +++ b/EgwCoreLib.Lux.Data/Repository/Production/ProductionGroupRepository.cs @@ -83,7 +83,6 @@ // se trovato aggiorno if (currRec != null) { - ordRowRec.ProdEstimTime = currRec.TotalEstimTime; // fix: se mancasse 1+ impianti dal "giro precedente" devo riaggiungerli... Dictionary newBal = new(); if (!string.IsNullOrEmpty(rawBalance)) @@ -117,7 +116,6 @@ dbCtx .DbSetProdGroup .Add(newRec); - ordRowRec.ProdEstimTime = newRec.TotalEstimTime; } // segno ordine come Assigned se non lo fosse...