Skip to content

Commit

Permalink
change name to display_name
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudFreshfilter committed May 2, 2024
1 parent 1d993ee commit 49be8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery_schenker/models/delivery_carrier.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def _prepare_schenker_address(
"""
vals = {
"type": address_type,
"name1": partner.name,
"name1": partner.display_name,
"locationType": location_type, # POSTAL or PHYSICAL
"personType": person_type, # PERSON OR COMPANY
"street": partner.street,
Expand Down

0 comments on commit 49be8cf

Please sign in to comment.