commit | 7afee887a841ed3a1a9b733d7363e5e0f88ad3ae | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Thu May 21 13:11:48 2020 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Thu May 21 13:11:48 2020 +0530 |
tree | 34e64a04a1a62b37d02ec0a73f71521f952aebe0 | |
parent | 82f639da5980c0aa6337e545b6be5d3899641843 [diff] |
fix: Fetch customer into Delivery Note from Pick List
diff --git a/erpnext/stock/doctype/pick_list/pick_list.py b/erpnext/stock/doctype/pick_list/pick_list.py index 231af1a..1f8d009 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.py +++ b/erpnext/stock/doctype/pick_list/pick_list.py
@@ -300,6 +300,7 @@ set_delivery_note_missing_values(delivery_note) delivery_note.pick_list = pick_list.name + delivery_note.customer = pick_list.customer if pick_list.customer else None return delivery_note