fix gestione numCella e crea/stampa AL che si "sovrapponevano", ora blocca numCesta se ha già creato AL
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user