Aggiunto blocco in riattrezzaggio x update info

This commit is contained in:
Samuele Locatelli
2024-02-28 11:54:51 +01:00
parent 348c887af7
commit 0b60b7de38
+4 -4
View File
@@ -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;