@@ -1517,6 +1517,7 @@ where Id in @Ids", 600, new { Ids = Ids });
List<FBA_Incidental> incidentals = dto.incidentals.ToList();
if (incidentals != null && incidentals.Count > 0)
{
+ incidentals.RemoveAll(x => x.FBAOtherFeeId == null);
foreach (var item in incidentals)
item.OrderId = dto.OrderId;