diff --git a/MP-MAG/WebUserControls/cmp_PLScanner.ascx.cs b/MP-MAG/WebUserControls/cmp_PLScanner.ascx.cs index b1e58dca..144d666f 100644 --- a/MP-MAG/WebUserControls/cmp_PLScanner.ascx.cs +++ b/MP-MAG/WebUserControls/cmp_PLScanner.ascx.cs @@ -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 {