Skip to content

Commit

Permalink
fix: Billing Address display in buying transactions (#35451)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 authored May 31, 2023
1 parent 27d5e6a commit bb21c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/controllers/buying_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def set_supplier_address(self):
address_dict = {
"supplier_address": "address_display",
"shipping_address": "shipping_address_display",
"billing_address": "billing_address_display",
}

for address_field, address_display_field in address_dict.items():
Expand Down

0 comments on commit bb21c04

Please sign in to comment.