diff --git a/GMW/Docs/ToDo-s.txt b/GMW/Docs/ToDo-s.txt index 0075fe54..4e318eca 100644 --- a/GMW/Docs/ToDo-s.txt +++ b/GMW/Docs/ToDo-s.txt @@ -16,7 +16,7 @@ ERRORI OK La stampa da errore nel trovare il file del cartellino MANCA CARTELLA REPORTS nel progetto - Una volta creati gli UDC se metto note e cesta mi ricompare ancora il tasto crea UDC +OK Una volta creati gli UDC se metto note e cesta mi ricompare ancora il tasto crea UDC Quando leggo datamatrix a volte mi visualizza desc Particolare e Data Fusione se c'è sul datamatrix Non controlla se datamatrix già associato! F5 o refresh cambia linea impostata su 1 (prima era la 2 ) diff --git a/GMW/WebUserControls/mod_postRX_DT_LIST.ascx.cs b/GMW/WebUserControls/mod_postRX_DT_LIST.ascx.cs index dfe15161..31ff22a8 100644 --- a/GMW/WebUserControls/mod_postRX_DT_LIST.ascx.cs +++ b/GMW/WebUserControls/mod_postRX_DT_LIST.ascx.cs @@ -834,8 +834,9 @@ namespace GMW.WebUserControls private void showAL(bool showCreate, bool showPrint) { divNote.Visible = showCreate || showPrint; - lbtGeneraAl.Visible = showCreate; + lbtGeneraAl.Visible = showCreate && !showPrint; lbtStampaAL.Visible = showPrint; + txtCesta.Enabled = !showPrint; } /// diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 0bff7e92..e5fcc466 100644 Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ