Warehouses #1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user