Tiger.Business.MES/Transaction/YadaPacking.cs
@@ -408,7 +408,7 @@ var shippingOrders = ships.Where(q=> q.Status != 2).Select(x=>x.ShipDoc).ToList(); var oldShipment = ships.Any(q => q.Status != 2) ? ships.Where(x => x.Status != 2).Sum(t => t.ShipQty) : 0; var ship = ships.Where(q => q.Status == 2 && q.BusinessDate.Date == DateTime.Now.Date).FirstOrDefault(); decimal CurShipQty = 0; double CurShipQty = 0; int WaitShipmentCarton = 0; int WaitShipment = 0; int oWaitShipmentCarton = 0;