Merge pull request #33100 from deepeshgarg007/dispatch_address_display

fix: Dispatch address display
This commit is contained in:
Deepesh Garg 2022-11-24 18:00:26 +05:30 committed by GitHub
commit 541eb7e43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -581,6 +581,7 @@ class SellingController(StockController):
"customer_address": "address_display",
"shipping_address_name": "shipping_address",
"company_address": "company_address_display",
"dispatch_address_name": "dispatch_address",
}
for address_field, address_display_field in address_dict.items():