Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit e96bcc95ba - Show all commits

View File

@@ -219,7 +219,7 @@
if (string.IsNullOrWhiteSpace(obj.Value)) return;
ScannedValue = obj.Value.Replace(" ", "").Replace("-", "").Replace("http://qr.meyle.com/", "").Trim();
ScannedValue = ScannedValue.Replace("40409100006", "1409100076");
//ScannedValue = ScannedValue.Replace("40409100006", "1409100076");
if (ScannedValuesWithItems.All(x => x.Key.ItemNumber != ScannedValue.Replace(" ", "").Trim()) && ScannedValuesWithItems.Any(x => x.Key.ItemNumber == LastScannedValue.Replace(" ", "").Trim()))
{
RowMeyleModel key = ScannedValuesWithItems.First(x => x.Key.ItemNumber == LastScannedValue).Key;