diff --git a/GMW.suo b/GMW.suo index 639da172..be63ff84 100644 Binary files a/GMW.suo and b/GMW.suo differ diff --git a/GMW/WebUserControls/mod_manSAO.ascx b/GMW/WebUserControls/mod_manSAO.ascx index 4fedd2fc..7596c9e8 100644 --- a/GMW/WebUserControls/mod_manSAO.ascx +++ b/GMW/WebUserControls/mod_manSAO.ascx @@ -9,7 +9,7 @@ - + diff --git a/GMW/WebUserControls/mod_manSAO.ascx.cs b/GMW/WebUserControls/mod_manSAO.ascx.cs index f954372d..6cb3e075 100644 --- a/GMW/WebUserControls/mod_manSAO.ascx.cs +++ b/GMW/WebUserControls/mod_manSAO.ascx.cs @@ -207,7 +207,7 @@ namespace GMW.WebUserControls /// private void setBtnState() { - btnElimina.Visible = memLayer.ML.confReadBool("userCanDelUdc"); + btnElimina.Visible = true; bool abilita = false; if (idxEvento > 0 && udcSel != "") { diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index fd07aedc..2709841f 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ