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") %> - --%> +