fix: Dispatch address display
This commit is contained in:
parent
bbfa644475
commit
104fdcb9f9
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user