From b3f2b95013d09b7747b062290b322b45fffdeb7d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 5 Jan 2021 19:14:36 +0100 Subject: [PATCH] COmpletato fix compoertamento atrezzaggio ODL con scheda tecn --- MP-TAB/WebUserControls/mod_ODL.ascx | 2 +- MP-TAB/WebUserControls/mod_ODL.ascx.cs | 6 ++++-- MP-TAB/WebUserControls/mod_ODL.ascx.designer.cs | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) 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.