diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll
index 88fb5b54..9d30a048 100644
Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ
diff --git a/GMW/WebUserControls/mod_anime.ascx.cs b/GMW/WebUserControls/mod_anime.ascx.cs
index 971b8f2b..f9273cb5 100644
--- a/GMW/WebUserControls/mod_anime.ascx.cs
+++ b/GMW/WebUserControls/mod_anime.ascx.cs
@@ -20,6 +20,10 @@ namespace GMW.WebUserControls
/// stato associato (hard coded) a ANIME
///
protected string statoUDC = "Anim";
+ ///
+ /// dati x verifica CodSoggetto / matricola
+ ///
+ protected string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
public event EventHandler eh_reqUpdate;
///
/// stringa UID univoca
@@ -223,7 +227,10 @@ namespace GMW.WebUserControls
int trovati = 0;
// controllo non si tratti di un comando...
string preCmd = memLayer.ML.confReadString("prefComandi");
- string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
+#if false
+ // dati x verifica CodSOggetto / matricola
+ string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
+#endif
int matricola = -1;
// provo a convertire in intero barcode x verifica eventuale matricola...
try
@@ -370,7 +377,9 @@ namespace GMW.WebUserControls
case tipoCodiceBarcode.Operatore:
// calcolo matricola utente
int MatrUtente = -1;
- string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
+#if false
+ string preCodSogg = memLayer.ML.confReadString("prefCodSogg");
+#endif
if (barcodeIn.StartsWith(preCodSogg))
{
MatrUtente = DataProxy.obj.taTrascSogg.getByKey(barcodeIn, 0)[0].CodMatricola;
diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index 95892d1c..74adac7b 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll
index 1293dca3..5ec5dd6e 100644
Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ
diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs
index 046da84e..88a05a06 100644
--- a/VersGen/GMW.cs
+++ b/VersGen/GMW.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("3.2.818.2097")]
-[assembly: AssemblyFileVersion("3.2.818.2097")]
+[assembly: AssemblyVersion("3.2.819.2098")]
+[assembly: AssemblyFileVersion("3.2.819.2098")]
[assembly: AssemblyCopyright("Steamware © 2007-2015")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt
index aec0ea91..94830861 100644
--- a/VersGen/GMW.tt
+++ b/VersGen/GMW.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("3.2.818.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("3.2.818.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("3.2.819.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("3.2.819.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+