diff --git a/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs b/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs index 494334f..43f45d5 100644 --- a/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs +++ b/GPW_Admin/WebUserControls/cmp_userCard.ascx.cs @@ -97,7 +97,7 @@ namespace GPW_Admin.WebUserControls { string urlName = showExt ? "smartBaseUrlExt" : "smartBaseUrlInt"; // se vuole modalità core --> sostituisco - if(linkCore) + if (linkCore) { urlName += "Core"; } diff --git a/GPW_Admin/dipendenti.aspx.cs b/GPW_Admin/dipendenti.aspx.cs index 31cace4..ffcac44 100644 --- a/GPW_Admin/dipendenti.aspx.cs +++ b/GPW_Admin/dipendenti.aspx.cs @@ -32,6 +32,7 @@ namespace GPW_Admin { if (!Page.IsPostBack) { + cmp_toggleCoreSmart.toggleValue = true; fixDisplay(); } mod_pageSize.eh_nuovaSize += Mod_pageSize_eh_nuovaSize; diff --git a/GPW_Data/licenzeGPW.cs b/GPW_Data/licenzeGPW.cs index 56f6946..910ce84 100644 --- a/GPW_Data/licenzeGPW.cs +++ b/GPW_Data/licenzeGPW.cs @@ -589,7 +589,7 @@ namespace GPW_data } // confronto payload calc con quello della licenza var currInfo = InfoApplicativo; - answ = (InfoApplicativo.Payload == currPayload); + answ = (currInfo.Payload == currPayload); // se fallisce --> resetto payload calcolato if (!answ) {