From 400ffcdadeb3ae88ce798edf0c907d2d2972d188 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Sat, 3 Apr 2021 17:44:13 +0200 Subject: [PATCH] completo commit precedente --- MP-ADM/WebUserControls/cmp_PODL_OUT.ascx | 4 ++-- MP-ADM/WebUserControls/cmp_PODL_OUT.ascx.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx b/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx index 7ad87a36..8ab77c9b 100644 --- a/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx +++ b/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx @@ -130,10 +130,10 @@
- + - +
diff --git a/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx.cs b/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx.cs index 05dc849d..f51ddf87 100644 --- a/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx.cs +++ b/MP-ADM/WebUserControls/cmp_PODL_OUT.ascx.cs @@ -302,7 +302,7 @@ namespace MP_ADM.WebUserControls } /// - /// Richiesto abbassamento priorità = ANTICIPA + /// Richiesto abbassamento priorità = RITARDA /// /// /// @@ -319,7 +319,7 @@ namespace MP_ADM.WebUserControls } /// - /// Richiesto aumento priorità = RITARDA + /// Richiesto aumento priorità = ANTICIPA /// /// /// @@ -396,7 +396,7 @@ namespace MP_ADM.WebUserControls bool singleMachine = !string.IsNullOrEmpty(IdxMacchinaFilt) && IdxMacchinaFilt == IdxMacchina; #if false - bool onlyProgrammed = chkUnassigned.Checked; + bool onlyProgrammed = chkUnassigned.Checked; return enableChgPrio && onlyProgrammed && singleMachine; #endif return enableChgPrio && singleMachine;