From fa9aba3cfe6bd07c4fb0483acde81a694051b6ab Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 19 Oct 2021 19:02:39 +0200 Subject: [PATCH] GEstione controllo licenza per timbrature (impedite) --- GPW_Commesse/BaseUserControl.cs | 15 +++++++++++++++ GPW_Commesse/WebUserControls/mod_commUtLog.ascx | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/GPW_Commesse/BaseUserControl.cs b/GPW_Commesse/BaseUserControl.cs index e6e29ed..b025037 100644 --- a/GPW_Commesse/BaseUserControl.cs +++ b/GPW_Commesse/BaseUserControl.cs @@ -45,6 +45,21 @@ namespace GPW_Commesse #endregion Protected Properties + #region Public Properties + + /// + /// controllo stato licenze! + /// + public bool chkLicOk + { + get + { + return (licenzeGPW.checkLicenze); + } + } + + #endregion Public Properties + #region Protected Methods /// diff --git a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx index bf78cc1..615a935 100644 --- a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx +++ b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx @@ -107,7 +107,7 @@ - +