bug
This commit is contained in:
@@ -427,7 +427,6 @@ namespace Tnb.ProductionMgr
|
||||
detail = await db.Queryable<PrdMaterialReceiptD>().Where(x => x.member_carry_code == input.carry_code && x.is_all_feeding == 0).FirstAsync();
|
||||
}
|
||||
|
||||
|
||||
if (prdMaterialReceiptH == null)
|
||||
{
|
||||
prdMaterialReceiptH = await db.Queryable<PrdMaterialReceiptH>()
|
||||
|
||||
Reference in New Issue
Block a user