Skip to content

Commit

Permalink
fix: Billing Address display in buying transactions (#35451)
Browse files Browse the repository at this point in the history
(cherry picked from commit bb21c04)
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed May 31, 2023
1 parent 5fd00e7 commit 37505e6
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 @@ -184,6 +184,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 37505e6

Please sign in to comment.