diff --git a/MP-Tablet/DettaglioMacchina.aspx.cs b/MP-Tablet/DettaglioMacchina.aspx.cs
index 7605db11..046cbd53 100644
--- a/MP-Tablet/DettaglioMacchina.aspx.cs
+++ b/MP-Tablet/DettaglioMacchina.aspx.cs
@@ -26,6 +26,7 @@ namespace MoonProTablet
if (!Page.IsPostBack)
{
Session["TipoLink"] = "DetMacc";
+ lbtFermate.Visible = showInsFermata;
}
mod_confProd1.eh_inserting += mod_confProd1_eh_inserting;
mod_confProd1.eh_newVal += mod_confProd1_eh_newVal;
@@ -52,5 +53,19 @@ namespace MoonProTablet
{
mod_dettMacchina1.doUpdate();
}
+ ///