diff --git a/Projects/WebGIM/WebGIM.suo b/Projects/WebGIM/WebGIM.suo index e07a6f0..c05bd7b 100644 Binary files a/Projects/WebGIM/WebGIM.suo and b/Projects/WebGIM/WebGIM.suo differ diff --git a/Projects/WebGIM/WebGIM/Release/WebGIM.msi b/Projects/WebGIM/WebGIM/Release/WebGIM.msi index d7a79d3..d751e5d 100644 Binary files a/Projects/WebGIM/WebGIM/Release/WebGIM.msi and b/Projects/WebGIM/WebGIM/Release/WebGIM.msi differ diff --git a/Projects/WebGIM/WebGIM/WebGIM.vdproj b/Projects/WebGIM/WebGIM/WebGIM.vdproj index ad4dab0..e4762e5 100644 --- a/Projects/WebGIM/WebGIM/WebGIM.vdproj +++ b/Projects/WebGIM/WebGIM/WebGIM.vdproj @@ -351,14 +351,14 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:WebGIM" - "ProductCode" = "8:{53F017FC-9844-4624-9807-5A1880F09219}" - "PackageCode" = "8:{7D5B08D2-91C3-4520-AE2E-407CD462B47F}" + "ProductCode" = "8:{11DFBC2F-AB5E-4F40-B5C9-1F4CD3B7C1AB}" + "PackageCode" = "8:{76C6D6DB-01B9-43DA-AF4F-9B76986BC6EA}" "UpgradeCode" = "8:{7739196B-46A3-4BC7-AC29-DB8493976F04}" "RestartWWWService" = "11:TRUE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0.138" + "ProductVersion" = "8:1.0.139" "Manufacturer" = "8:SteamWare s.r.l." "ARPHELPTELEPHONE" = "8:035-460560" "ARPHELPLINK" = "8:http://www.steamware.net" diff --git a/WebSites/WebGIM/mod_insertRichiesta.ascx.cs b/WebSites/WebGIM/mod_insertRichiesta.ascx.cs index 1f702e6..a4cda81 100644 --- a/WebSites/WebGIM/mod_insertRichiesta.ascx.cs +++ b/WebSites/WebGIM/mod_insertRichiesta.ascx.cs @@ -58,7 +58,7 @@ public partial class mod_insertRichiesta : System.Web.UI.UserControl txtDataLav.Text = string.Format("{0:dd/MM/yyyy}", DateTime.Now.AddHours(-shift + 1)); txtTurnoLav.Text = turno.ToString(); mod_dataOra1.valore = DateTime.Now.AddMinutes(-delay); - chkImpFermo.Checked = true; + chkImpFermo.Checked = false; } /// /// sistema la visibilità dei controlli diff --git a/WebSites/WebGIM/mod_menuBottom.ascx b/WebSites/WebGIM/mod_menuBottom.ascx index bb709d2..eade632 100644 --- a/WebSites/WebGIM/mod_menuBottom.ascx +++ b/WebSites/WebGIM/mod_menuBottom.ascx @@ -1,4 +1,4 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_menuBottom.ascx.cs" Inherits="mod_menuBottom" %> -138 - +139 -