+
diff --git a/C-TRACK/WebUserControls/mod_selTag.ascx b/C-TRACK/WebUserControls/mod_selTag.ascx
index be53154..89e3957 100644
--- a/C-TRACK/WebUserControls/mod_selTag.ascx
+++ b/C-TRACK/WebUserControls/mod_selTag.ascx
@@ -1,9 +1,10 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_selTag.ascx.cs" Inherits="C_TRACK.WebUserControls.mod_selTag" %>
-
-
-
Selezione TAGS
-
+
+
+
+ <%--
Selezione TAGS
--%>
+
<%--Nessuno
TAG 1
TAG 2
@@ -13,9 +14,10 @@
-
+
- OPZIONALE, da config, se indicato permette di scegliere TRA I TAG assocaiti al NumTask 1 SOLO,e POI lo tiene in memoria x poterlo inserire come registrazione...
+ OPZIONALE: permette di scegliere 1 SOLO TRA I TAG associati alla commessa cui assegnare la registrazione...
+
diff --git a/C-TRACK/barcode.aspx.cs b/C-TRACK/barcode.aspx.cs
index 450eaeb..9d5a258 100644
--- a/C-TRACK/barcode.aspx.cs
+++ b/C-TRACK/barcode.aspx.cs
@@ -152,8 +152,8 @@ namespace C_TRACK
{
mod_barcode1.Visible = memLayer.ML.CRB("OptUseBCode");
mod_selTask.Visible = memLayer.ML.CRB("OptUseSelTask");
- // per i tags NON DEVE essere una post multi...
- mod_selTag.Visible = memLayer.ML.CRB("OptUseSelTag") && !mUtils.postIsMulti;
+ // per i tags NON DEVE essere una post multi e DEVE esserci una comemssa...
+ mod_selTag.Visible = memLayer.ML.CRB("OptUseSelTag") && !mUtils.postIsMulti && CurrNumTask != "";
}
///