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