fix qty of the new dispatch that is created when pick qty less then dispatchlist qty

This commit is contained in:
JawerZeng 2023-01-15 02:52:14 +08:00
parent 630631b5b1
commit d933ec6a90

View file

@ -715,7 +715,6 @@ namespace ModernWMS.WMS.Services
}
if (d.lock_qty < d.qty)
{
d.qty = d.lock_qty;
new_dispatchlists.Add(new DispatchlistEntity
{
sku_id = vm.sku_id,