update errore "giallo" se rileggo UDC 2 volte su stessa pedana

This commit is contained in:
Samuele Locatelli
2022-03-25 16:13:33 +01:00
parent 83cd8530e6
commit 56cd2b68f9
+5 -1
View File
@@ -335,8 +335,12 @@ namespace MP_MAG.WebUserControls
// se uguale OK
else if (tabAL[0].AL == SelPedana)
{
// 2022.03.25 modifica: se è già associato --> giallo!
cmp_barcode.showOutput("badge badge-warning", $"Attenzione: UDC già caricato su Pedana/AL ({tabAL[0].AL})");
#if false
// tutto ok
allOk = true;
allOk = true;
#endif
}
else
{