mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 01:14:46 +00:00
[Delivery Note] Moved prevdoc to Sales Order and Sales Invoice so links will work webnotes/erpnext#868
This commit is contained in:
@@ -965,8 +965,7 @@ def make_delivery_note(source_name, target_doclist=None):
|
||||
"doctype": "Delivery Note Item",
|
||||
"field_map": {
|
||||
"name": "prevdoc_detail_docname",
|
||||
"parent": "prevdoc_docname",
|
||||
"parenttype": "prevdoc_doctype",
|
||||
"parent": "against_sales_invoice",
|
||||
"serial_no": "serial_no"
|
||||
},
|
||||
"postprocess": update_item
|
||||
|
||||
Reference in New Issue
Block a user