-
+
diff --git a/C2P/WebUserControls/mod_Q_Costs.ascx.cs b/C2P/WebUserControls/mod_Q_Costs.ascx.cs
index 1f02e6d..8586b09 100644
--- a/C2P/WebUserControls/mod_Q_Costs.ascx.cs
+++ b/C2P/WebUserControls/mod_Q_Costs.ascx.cs
@@ -89,5 +89,16 @@ namespace C2P.WebUserControls
eh_update(this, new EventArgs());
}
}
+ ///
+ /// verifica se utente sia admin altrimenti non vede dati...
+ ///
+ public bool userIsAdmin
+ {
+ get
+ {
+ bool answ = SteamWare.user_std.UtSn.userHasRight("SuperUser");
+ return answ;
+ }
+ }
}
}
\ No newline at end of file
diff --git a/C2P/bin/C2P.dll b/C2P/bin/C2P.dll
index 6246a52..eb15210 100644
Binary files a/C2P/bin/C2P.dll and b/C2P/bin/C2P.dll differ
diff --git a/C2P/bin/C2P_Data.dll b/C2P/bin/C2P_Data.dll
index dbc5b71..30502b6 100644
Binary files a/C2P/bin/C2P_Data.dll and b/C2P/bin/C2P_Data.dll differ
diff --git a/C2P_Data/bin/Release/C2P_Data.dll b/C2P_Data/bin/Release/C2P_Data.dll
index dbc5b71..30502b6 100644
Binary files a/C2P_Data/bin/Release/C2P_Data.dll and b/C2P_Data/bin/Release/C2P_Data.dll differ
diff --git a/C2P_Report/bin/C2P_Data.dll b/C2P_Report/bin/C2P_Data.dll
index dbc5b71..30502b6 100644
Binary files a/C2P_Report/bin/C2P_Data.dll and b/C2P_Report/bin/C2P_Data.dll differ
diff --git a/C2P_Report/bin/C2P_Report.dll b/C2P_Report/bin/C2P_Report.dll
index 688db80..c87c699 100644
Binary files a/C2P_Report/bin/C2P_Report.dll and b/C2P_Report/bin/C2P_Report.dll differ
diff --git a/VersGen/C2P.cs b/VersGen/C2P.cs
index 60d5c5c..5ce8f08 100644
--- a/VersGen/C2P.cs
+++ b/VersGen/C2P.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.9.116.267")]
-[assembly: AssemblyFileVersion("0.9.116.267")]
+[assembly: AssemblyVersion("0.9.117.271")]
+[assembly: AssemblyFileVersion("0.9.117.271")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-2014")]
[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/C2P.tt b/VersGen/C2P.tt
index 0853017..0a1c304 100644
--- a/VersGen/C2P.tt
+++ b/VersGen/C2P.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.9.116.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("0.9.116.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("0.9.117.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("0.9.117.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Proxima & Steamware © 2013-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+