From 975208dab12293d19d72cb10ce7ffffe38951e96 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 4 May 2018 15:47:48 +0200 Subject: [PATCH] fix label out --- MP-TAB/WebUserControls/mod_confProd.ascx.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MP-TAB/WebUserControls/mod_confProd.ascx.cs b/MP-TAB/WebUserControls/mod_confProd.ascx.cs index 4371f4eb..53d83a2e 100644 --- a/MP-TAB/WebUserControls/mod_confProd.ascx.cs +++ b/MP-TAB/WebUserControls/mod_confProd.ascx.cs @@ -404,6 +404,7 @@ namespace MoonProTablet.WebUserControls /// protected void txtNumPezzi_TextChanged(object sender, EventArgs e) { + lblOut.Text = ""; updatePzBuoni(); } /// @@ -434,6 +435,7 @@ namespace MoonProTablet.WebUserControls /// protected void txtNumLasciati_TextChanged(object sender, EventArgs e) { + lblOut.Text = ""; updatePzBuoni(); } protected void ddlSubMacc_SelectedIndexChanged(object sender, EventArgs e)