mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
fix: incorrect connection to delivery note on pick list
This commit is contained in:
@@ -3,6 +3,7 @@ def get_data():
|
|||||||
"fieldname": "pick_list",
|
"fieldname": "pick_list",
|
||||||
"non_standard_fieldnames": {
|
"non_standard_fieldnames": {
|
||||||
"Stock Reservation Entry": "from_voucher_no",
|
"Stock Reservation Entry": "from_voucher_no",
|
||||||
|
"Delivery Note": "against_pick_list",
|
||||||
},
|
},
|
||||||
"internal_links": {
|
"internal_links": {
|
||||||
"Sales Order": ["locations", "sales_order"],
|
"Sales Order": ["locations", "sales_order"],
|
||||||
|
|||||||
Reference in New Issue
Block a user