mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
* fix: better integration of Pick List with Delivery Note (#47831)
Co-authored-by: priyanshshah2442 <priyanshshah2442@gmail.com>
(cherry picked from commit 527cfe9c7d)
# Conflicts:
# erpnext/patches.txt
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
# erpnext/stock/doctype/pick_list/pick_list.py
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* chore: resolve conflicts
* fix: setting status correctly as per v15 utility
* fix: get items from Pick List to DN even if not linked to Sales Order
---------
Co-authored-by: Smit Vora <smitvora203@gmail.com>
Co-authored-by: Priyansh Shah <108476017+priyanshshah2442@users.noreply.github.com>