modifica: NO reset stima prime fasi nesting (da validare)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace NKC_WF.WebUserControls
|
||||
// !!!FIXME!!! inviare a redis...
|
||||
|
||||
// registro su DB nesting iniziato...
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)BatchStatus.Imported, 0);
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)BatchStatus.Imported, -1);
|
||||
raiseEvent();
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ namespace NKC_WF.WebUserControls
|
||||
// !!!FIXME!!! inviare a redis...
|
||||
|
||||
// registro su DB nesting iniziato...
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)BatchStatus.EstimationDone, 0);
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)BatchStatus.EstimationDone, -1);
|
||||
raiseEvent();
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@ namespace NKC_WF.WebUserControls
|
||||
ComLib.sendBatchReq(BatchId, "Nesting");
|
||||
|
||||
// registro su DB nesting iniziato...
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)BatchStatus.NestRequested, 0);
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)BatchStatus.NestRequested, -1);
|
||||
raiseEvent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user