From afa645dba23daec5ac16ea8f4e516ff42368f47b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 12 Dec 2022 12:38:06 +0100 Subject: [PATCH] Fix attreazaggio PODL --- MP.SPEC/Components/ListPODL.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.SPEC/Components/ListPODL.razor.cs b/MP.SPEC/Components/ListPODL.razor.cs index 3d75d8b9..f481fb79 100644 --- a/MP.SPEC/Components/ListPODL.razor.cs +++ b/MP.SPEC/Components/ListPODL.razor.cs @@ -176,7 +176,7 @@ namespace MP.SPEC.Components await Task.Delay(1000); // registro inizio produzione - idxEvento = 2; + idxEvento = 1; evMess = $"Registrata inizio Produzione | PODL {selRec.IdxPromessa} | ODL {newOdl.IdxOdl} | ART {newOdl.CodArticolo}"; processaEvento(selRec.IdxMacchina, idxEvento, evMess, newOdl.IdxOdl, newOdl.CodArticolo);