1
This commit is contained in:
@@ -343,6 +343,10 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
osd.line_status = WmsWareHouseConst.BILLSTATUS_COMPLETE_ID;
|
||||
}
|
||||
else
|
||||
{
|
||||
osd.line_status = WmsWareHouseConst.BILLSTATUS_ON_ID;
|
||||
}
|
||||
}
|
||||
}
|
||||
await _db.Updateable(curOutstockDetails).ExecuteCommandAsync();
|
||||
|
||||
Reference in New Issue
Block a user