5
diff --git a/C-TRACK/barcode.aspx.cs b/C-TRACK/barcode.aspx.cs
index e30ed49..461e7d7 100644
--- a/C-TRACK/barcode.aspx.cs
+++ b/C-TRACK/barcode.aspx.cs
@@ -98,18 +98,13 @@ namespace C_TRACK
Stopwatch stopwatch = new Stopwatch();
// Avvio...
stopwatch.Start();
- traduciObj();
-#if false
-
- // registro che i valori in cache sono scaduti...
- lastDataRefresh = DateTime.Now.AddDays(-1);
-
-#endif
+ traduciObj();
numDD = memLayer.ML.CRI("numDD");
cacheValSec = memLayer.ML.CRI("cacheValSec");
// registro
stopwatch.Stop();
lastUpdDuration = stopwatch.Elapsed;
+ divReload.Visible = devicesAuthProxy.stObj.userHasRight("CT_userStart");
}
checkRequisiti();
// effettuo load valori...
diff --git a/C-TRACK/barcode.aspx.designer.cs b/C-TRACK/barcode.aspx.designer.cs
index 4d18823..b86d19b 100644
--- a/C-TRACK/barcode.aspx.designer.cs
+++ b/C-TRACK/barcode.aspx.designer.cs
@@ -66,6 +66,15 @@ namespace C_TRACK {
///
protected global::C_TRACK.WebUserControls.mod_taskRec mod_taskRec;
+ ///
+ /// Controllo divReload.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlGenericControl divReload;
+
///
/// Controllo txtCacheSec.
///