@@ -81,9 +84,16 @@
diff --git a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs
index adc56b1..9722e2b 100644
--- a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs
+++ b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs
@@ -191,9 +191,9 @@ namespace GPW_Commesse.WebUserControls
private void editTemp(string dataRif)
{
- DateTime adesso = DateTime.Today;
CultureInfo ita = new CultureInfo("it-IT");
cmp_rilTemp.dtRif = Convert.ToDateTime(dataRif, ita);
+ cmp_chart.dtRif = Convert.ToDateTime(dataRif, ita);
//salvo in sessione dati x detail timbrature
memLayer.ML.setSessionVal("idxDip_det", DataProxy.idxDipendente);
// imposto modalità
diff --git a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.designer.cs b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.designer.cs
index 63c8ade..b6d1be2 100644
--- a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.designer.cs
+++ b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.designer.cs
@@ -86,6 +86,15 @@ namespace GPW_Commesse.WebUserControls
///
protected global::GPW_Commesse.WebUserControls.cmp_rilTemp cmp_rilTemp;
+ ///
+ /// Controllo cmp_chart.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::GPW_Commesse.WebUserControls.cmp_chart cmp_chart;
+
///
/// Controllo pnlEditOre.
///
diff --git a/GPW_Smart/WebUserControls/cmp_chart.ascx b/GPW_Smart/WebUserControls/cmp_chart.ascx
index cbfcbfb..2e4591e 100644
--- a/GPW_Smart/WebUserControls/cmp_chart.ascx
+++ b/GPW_Smart/WebUserControls/cmp_chart.ascx
@@ -20,8 +20,18 @@