mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Merge pull request #33105 from frappe/mergify/bp/version-13-hotfix/pr-33100
fix: Dispatch address display (backport #33100)
This commit is contained in:
@@ -578,6 +578,7 @@ class SellingController(StockController):
|
|||||||
"customer_address": "address_display",
|
"customer_address": "address_display",
|
||||||
"shipping_address_name": "shipping_address",
|
"shipping_address_name": "shipping_address",
|
||||||
"company_address": "company_address_display",
|
"company_address": "company_address_display",
|
||||||
|
"dispatch_address_name": "dispatch_address",
|
||||||
}
|
}
|
||||||
|
|
||||||
for address_field, address_display_field in address_dict.items():
|
for address_field, address_display_field in address_dict.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user