From af74e1bc58de76121df0e9613cbfbd387c980e7e Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 9 Jan 2020 17:17:34 +0100 Subject: [PATCH] fix vari update ods x batch in caso di filtraggio/num righe cambiato --- NKC_WF/WebUserControls/cmp_batchList.ascx | 2 +- NKC_WF/WebUserControls/cmp_batchList.ascx.cs | 6 ++++++ NKC_WF/WebUserControls/cmp_homeButtons.ascx | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_batchList.ascx b/NKC_WF/WebUserControls/cmp_batchList.ascx index 9ec7242..8401ed3 100644 --- a/NKC_WF/WebUserControls/cmp_batchList.ascx +++ b/NKC_WF/WebUserControls/cmp_batchList.ascx @@ -20,7 +20,7 @@
Filter status - + diff --git a/NKC_WF/WebUserControls/cmp_batchList.ascx.cs b/NKC_WF/WebUserControls/cmp_batchList.ascx.cs index 66cf69d..58da6bc 100644 --- a/NKC_WF/WebUserControls/cmp_batchList.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_batchList.ascx.cs @@ -101,6 +101,7 @@ namespace NKC_WF.WebUserControls { // recupero num righe ed aggiorno... grView.PageSize = cmp_numRow.numRow; + checkFixOds(); grView.DataBind(); } @@ -221,5 +222,10 @@ namespace NKC_WF.WebUserControls resetSelezione(); } } + + protected void ddlStatus_SelectedIndexChanged(object sender, EventArgs e) + { + checkFixOds(); + } } } \ No newline at end of file diff --git a/NKC_WF/WebUserControls/cmp_homeButtons.ascx b/NKC_WF/WebUserControls/cmp_homeButtons.ascx index a426f0f..39c2131 100644 --- a/NKC_WF/WebUserControls/cmp_homeButtons.ascx +++ b/NKC_WF/WebUserControls/cmp_homeButtons.ascx @@ -10,7 +10,7 @@ <%: traduci("OrderManager") %> - <%-- + <%: traduci("KitManager") %> @@ -45,7 +45,7 @@ <%: traduci("LabelsPrint") %> - --%> +