Fix in Load e LoadSmart x curr batch

This commit is contained in:
Samuele Locatelli
2021-07-14 08:12:44 +02:00
parent f29c419b9d
commit c82236f133
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
</div>
</ItemTemplate>
</asp:FormView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getNextAvailable" TypeName="AppData.DS_AppTableAdapters.BatchListTableAdapter">
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getCurrentByMachine" TypeName="AppData.DS_AppTableAdapters.BatchListTableAdapter">
<SelectParameters>
<asp:QueryStringParameter DefaultValue="#" Name="PlaceCod" QueryStringField="mach" Type="String" />
</SelectParameters>