diff --git a/MP-TAB/WebUserControls/mod_ODL.ascx b/MP-TAB/WebUserControls/mod_ODL.ascx
index 4f69d8e8..febf465a 100644
--- a/MP-TAB/WebUserControls/mod_ODL.ascx
+++ b/MP-TAB/WebUserControls/mod_ODL.ascx
@@ -92,7 +92,7 @@
-
Scheda Tecnica incompleta!!!
+
Scheda Tecnica incompleta!!!
FINE Attr / INIZIO Prod.
diff --git a/MP-TAB/WebUserControls/mod_ODL.ascx.cs b/MP-TAB/WebUserControls/mod_ODL.ascx.cs
index dffb2f84..fed7665a 100644
--- a/MP-TAB/WebUserControls/mod_ODL.ascx.cs
+++ b/MP-TAB/WebUserControls/mod_ODL.ascx.cs
@@ -498,12 +498,12 @@ namespace MoonProTablet.WebUserControls
bool okCheckST = tabRichieste.Count == 0;
if (okCheckST)
{
- lblNeedSTAR.Visible = false;
+ hlNeedStar.Visible = false;
lbtStartProd.Enabled = (isEnabled && inAttr);
}
else
{
- lblNeedSTAR.Visible = (isEnabled && inAttr);
+ hlNeedStar.Visible = (isEnabled && inAttr);
lbtStartProd.Enabled = false;
}
}
@@ -1179,6 +1179,8 @@ namespace MoonProTablet.WebUserControls
{
lblOut.Text = "Selezionare un ORDINE valido!";
}
+ checkBtnStatus();
+ fixSplitBtn(false);
// sollevo evento!
if (eh_reqUpdate != null)
{
diff --git a/MP-TAB/WebUserControls/mod_ODL.ascx.designer.cs b/MP-TAB/WebUserControls/mod_ODL.ascx.designer.cs
index 925bd22e..7f7f0528 100644
--- a/MP-TAB/WebUserControls/mod_ODL.ascx.designer.cs
+++ b/MP-TAB/WebUserControls/mod_ODL.ascx.designer.cs
@@ -222,13 +222,13 @@ namespace MoonProTablet.WebUserControls
protected global::System.Web.UI.WebControls.LinkButton lbtReopOdlSuTav;
///
- /// Controllo lblNeedSTAR.
+ /// Controllo hlNeedStar.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::System.Web.UI.WebControls.Label lblNeedSTAR;
+ protected global::System.Web.UI.WebControls.HyperLink hlNeedStar;
///
/// Controllo lbtStartProd.