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;