bug
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Tnb.ProductionMgr
|
||||
.Select(x=>x.material_id)
|
||||
.ToListAsync();
|
||||
|
||||
string code = await _billRullService.GetBillNumber(MoStatus.FEEDING_CODE);
|
||||
string code = await _billRullService.GetBillNumber(Tnb.BasicData.CodeTemplateConst.FEEDING_CODE);
|
||||
PrdFeedingH prdFeedingH = new PrdFeedingH()
|
||||
{
|
||||
code = code,
|
||||
|
||||
Reference in New Issue
Block a user