From cca0a2a1d7d2bb04a93be3cf809f19b57a5e36a8 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Tue, 6 Dec 2022 09:03:05 +0100 Subject: [PATCH] =?UTF-8?q?fix=20svuota=20udc=20e=20lotto=20in=20caso=20di?= =?UTF-8?q?=20codice=20gi=C3=A0=20scan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MP.INVE/Components/ProcSuggestion.razor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MP.INVE/Components/ProcSuggestion.razor.cs b/MP.INVE/Components/ProcSuggestion.razor.cs index eba5c875..fc1dfa2f 100644 --- a/MP.INVE/Components/ProcSuggestion.razor.cs +++ b/MP.INVE/Components/ProcSuggestion.razor.cs @@ -60,6 +60,8 @@ namespace MP.INVE.Components if (alert) { alreadyScan = elencoScansioni.Where(x => x.ScanValue == lastScan).FirstOrDefault(); + currUdc = null; + currLotto = null; } } else