Aggiunto blocco in riattrezzaggio x update info
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user