diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs index 8da653a1..e4fe4588 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs @@ -427,7 +427,6 @@ namespace Tnb.ProductionMgr detail = await db.Queryable().Where(x => x.member_carry_code == input.carry_code && x.is_all_feeding == 0).FirstAsync(); } - if (prdMaterialReceiptH == null) { prdMaterialReceiptH = await db.Queryable()