diff --git a/GMW/WebUserControls/mod_anagFormatiDtx.ascx b/GMW/WebUserControls/mod_anagFormatiDtx.ascx index 7aacf26a..b1cf55f8 100644 --- a/GMW/WebUserControls/mod_anagFormatiDtx.ascx +++ b/GMW/WebUserControls/mod_anagFormatiDtx.ascx @@ -4,7 +4,7 @@ { %> <% } %> - + @@ -184,3 +184,6 @@ + + +...su selezione deve mostrare le tabelle "dipendenti"... riconoscimento e decodifica... con tabPanel... \ No newline at end of file diff --git a/GMW/WebUserControls/mod_anagFormatiDtx.ascx.cs b/GMW/WebUserControls/mod_anagFormatiDtx.ascx.cs index 0f81586a..7eb4c7f4 100644 --- a/GMW/WebUserControls/mod_anagFormatiDtx.ascx.cs +++ b/GMW/WebUserControls/mod_anagFormatiDtx.ascx.cs @@ -60,7 +60,8 @@ namespace GMW.WebUserControls public bool delEnabled(object idxObj) { bool answ = isWritable(); - // solo se ha diritti scrittura controllo +#if false + // solo se ha diritti scrittura controllo if (answ) { int trovati = 0; @@ -71,7 +72,8 @@ namespace GMW.WebUserControls { answ = false; } - } + } +#endif // false return answ; } diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index d932aa66..174ce720 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ