Tolto salvataggio stima
This commit is contained in:
@@ -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<string, ProdMachineDetailDto> 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...
|
||||
|
||||
Reference in New Issue
Block a user