diff --git a/MP-Tablet/App_Start/RouteConfig.cs b/MP-Tablet/App_Start/RouteConfig.cs index ab570b91..a3628112 100644 --- a/MP-Tablet/App_Start/RouteConfig.cs +++ b/MP-Tablet/App_Start/RouteConfig.cs @@ -11,15 +11,6 @@ namespace MoonProTablet var settings = new FriendlyUrlSettings(); settings.AutoRedirectMode = RedirectMode.Temporary; routes.EnableFriendlyUrls(settings); - -#if false - //var settings = new FriendlyUrlSettings(); - //settings.AutoRedirectMode = RedirectMode.Permanent; - //routes.EnableFriendlyUrls(settings); - - // tolto x problemi compatibilità Chrome/Firefox (va solo con explorer...) - routes.EnableFriendlyUrls(); -#endif } } } diff --git a/MP-Tablet/WebUserControls/mod_confProd.ascx b/MP-Tablet/WebUserControls/mod_confProd.ascx index ffaedf36..4e13c353 100644 --- a/MP-Tablet/WebUserControls/mod_confProd.ascx +++ b/MP-Tablet/WebUserControls/mod_confProd.ascx @@ -87,7 +87,7 @@
- [B2] + <%--[B2]--%>
  diff --git a/MP-Tablet/WebUserControls/mod_confProd.ascx.cs b/MP-Tablet/WebUserControls/mod_confProd.ascx.cs index 17a77332..1c81358c 100644 --- a/MP-Tablet/WebUserControls/mod_confProd.ascx.cs +++ b/MP-Tablet/WebUserControls/mod_confProd.ascx.cs @@ -62,7 +62,9 @@ namespace MoonProTablet.WebUserControls // aggiorno visualizzazione... numPzProdotti = datiProdAct.PzTotODL; numPz2Rec = datiProdAct.Pz2RecTot; - numPzSca2Rec = datiProdAct.Pz2RecScarto; +#if false + numPzSca2Rec = datiProdAct.Pz2RecScarto; +#endif numPzScaConf = datiProdAct.PzConfScarto; numPzBuoniConf = datiProdAct.PzConfBuoni; numPzProdotti2Rec = datiProdAct.Pz2RecTot; @@ -88,6 +90,7 @@ namespace MoonProTablet.WebUserControls lblPz2RecTot.Text = value.ToString(); } } +#if false /// /// Numero pezzi SCARTO da ultima conferma /// @@ -97,7 +100,8 @@ namespace MoonProTablet.WebUserControls { lblPz2RecScarto.Text = value.ToString(); } - } + } +#endif /// /// Numero pezzi SCARTO già confermati /// diff --git a/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs b/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs index 2775a151..5935e3b9 100644 --- a/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs +++ b/MP-Tablet/WebUserControls/mod_confProd.ascx.designer.cs @@ -156,15 +156,6 @@ namespace MoonProTablet.WebUserControls { /// protected global::System.Web.UI.WebControls.TextBox txtNumScarti; - /// - /// Controllo lblPz2RecScarto. - /// - /// - /// 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 lblPz2RecScarto; - /// /// Controllo Label2. ///