diff --git a/CMS_SC/ReportCompleto.aspx.cs b/CMS_SC/ReportCompleto.aspx.cs index 7b93085..1fc43ff 100644 --- a/CMS_SC/ReportCompleto.aspx.cs +++ b/CMS_SC/ReportCompleto.aspx.cs @@ -35,7 +35,7 @@ namespace CMS_SC /// private void fixFullReportVisibility() { - lbtExportWithAttach.Visible = user_std.UtSn.userHasRight("ReportFullPdf") || user_std.UtSn.userHasRight("CapoOfficina"); + lbtExportWithAttach.Visible = devicesAuthProxy.stObj.userHasRight("ReportFullPdf") || devicesAuthProxy.stObj.userHasRight("CapoOfficina"); } ///