diff --git a/MP-TAB3/Components/OdlMan.razor.cs b/MP-TAB3/Components/OdlMan.razor.cs index 864667d8..674a660d 100644 --- a/MP-TAB3/Components/OdlMan.razor.cs +++ b/MP-TAB3/Components/OdlMan.razor.cs @@ -646,8 +646,8 @@ namespace MP_TAB3.Components // se fosse multi CHIUDO ODL x altra tavola... if (isMulti) { - // se NON sono in attrezzaggio... - if (!inAttr) + // se NON sono in attrezzaggio// riattrezzaggio... + if (!inAttr && !showSplitOdlRiattr) { int idxOdlAltra = 0; try @@ -1550,7 +1550,7 @@ namespace MP_TAB3.Components } await updateIdxOdl(); // aggiorno questi dati SOLO SE non sono in attrezzaggio - if (!inAttr) + if (!inAttr && !showSplitOdlRiattr) { // imposto tcRichAttr in base allo stato... if (odlOk) @@ -1584,7 +1584,7 @@ namespace MP_TAB3.Components if (IdxPOdlSel != lastIdxPOdl) { lastIdxPOdl = IdxPOdlSel; - if (!inAttr) + if (!inAttr && !showSplitOdlRiattr) { tcRichAttr = currPodl.Tcassegnato; noteAttr = currPodl.Note;