Update comportamento invio di REDIS x NESTING
This commit is contained in:
@@ -75,7 +75,7 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
// invia a redis a a richiesta...
|
||||
ComLib.sendMaterials();
|
||||
ComLib.sendBatchReq(BatchId);
|
||||
ComLib.sendBatchReq(BatchId, "Estimation");
|
||||
|
||||
// registro su DB nesting iniziato...
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)ComLib.BatchStatus.EstimationRequested);
|
||||
@@ -94,7 +94,7 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
// invia a redis a a richiesta...
|
||||
ComLib.sendMaterials();
|
||||
ComLib.sendBatchReq(BatchId);
|
||||
ComLib.sendBatchReq(BatchId,"Nesting");
|
||||
|
||||
// registro su DB nesting iniziato...
|
||||
DataLayer.man.taBL.updateStatus(BatchId, (int)ComLib.BatchStatus.NestRequested);
|
||||
|
||||
Reference in New Issue
Block a user