diff --git a/AppData/DS_App.Designer.cs b/AppData/DS_App.Designer.cs index cb1690e..7081945 100644 --- a/AppData/DS_App.Designer.cs +++ b/AppData/DS_App.Designer.cs @@ -27916,7 +27916,7 @@ namespace AppData.DS_AppTableAdapters { this._commandCollection[11].CommandText = "dbo.stp_Batch_getCurrentByMachine"; this._commandCollection[11].CommandType = global::System.Data.CommandType.StoredProcedure; this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@CodPosition", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@PlaceCod", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[12] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[12].Connection = this.Connection; this._commandCollection[12].CommandText = "dbo.stp_Batch_getDescendantByKey"; @@ -28097,13 +28097,13 @@ namespace AppData.DS_AppTableAdapters { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DS_App.BatchListDataTable getCurrentByMachine(string CodPosition) { + public virtual DS_App.BatchListDataTable getCurrentByMachine(string PlaceCod) { this.Adapter.SelectCommand = this.CommandCollection[11]; - if ((CodPosition == null)) { + if ((PlaceCod == null)) { this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; } else { - this.Adapter.SelectCommand.Parameters[1].Value = ((string)(CodPosition)); + this.Adapter.SelectCommand.Parameters[1].Value = ((string)(PlaceCod)); } DS_App.BatchListDataTable dataTable = new DS_App.BatchListDataTable(); this.Adapter.Fill(dataTable); diff --git a/AppData/DS_App.xsd b/AppData/DS_App.xsd index 9a6ea47..13bdaa4 100644 --- a/AppData/DS_App.xsd +++ b/AppData/DS_App.xsd @@ -165,7 +165,7 @@ FROM v_BatchList dbo.stp_Batch_getCurrentByMachine - + diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx b/NKC_WF/WebUserControls/cmp_stackLoading.ascx index 8c6bb4a..de0d77c 100644 --- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx +++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx @@ -51,7 +51,7 @@ - +