From 56cd2b68f91f4446f61232f42c1cf7dfc16b14d3 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 25 Mar 2022 16:13:33 +0100 Subject: [PATCH] update errore "giallo" se rileggo UDC 2 volte su stessa pedana --- MP-MAG/WebUserControls/cmp_PLScanner.ascx.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {