22
This commit is contained in:
@@ -200,7 +200,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
var oldItem = oldItems.FirstOrDefault();
|
||||
if (oldItems.Count > 1)
|
||||
{
|
||||
oldItem= oldItems.FirstOrDefault(h=>h.FSupplierLot== FSupplierLot);
|
||||
oldItem= oldItems.Where(t=>t.MSSSupplierLot=="0" || t.MSSSupplierLot == null).FirstOrDefault(h=>h.FSupplierLot== FSupplierLot);
|
||||
}
|
||||
if (oldItem == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user