* Added filling pallet number when there is a batch found

* Changed headers in ScheduleOrdersGrid
This commit is contained in:
2025-08-04 05:52:04 +02:00
parent 4cfb422ad4
commit 4392cce6c9
2 changed files with 3 additions and 2 deletions

View File

@@ -382,6 +382,7 @@
foreach (var record in combination)
{
record.PartNumberSl = scannedValue;
record.PalletNumber = palletNumber;
ChangedRecords.Add(record);
int index = WzRowsMeyle.IndexOf(record);