When you create a Delivery Note from Pick List Qty fetched in the child table is Stock Qty where as UOM fetched is UOM (not Stock UOM).
This causes a problem when you have multiple UOMs
Steps to reproduce
- Create an Item with Multiple UOMs and Has Batch No
- Create a Sales Order (and Submit it)
- Create Pick List from Sales Order and Submit it (ERPNext will fetch Qty based on available batches)
- Create Delivery Note from Sales Order
Here the Qty fetched is Stock Qty (should be Qty) and UOM fetched is UOM (which is correct)