Skip to content

Commit

Permalink
Merge pull request #37460 from frappe/mergify/bp/version-14/pr-37371
Browse files Browse the repository at this point in the history
fix: fetch company details for Lead based quotation (backport #37370) (backport #37371)
  • Loading branch information
ruthra-kumar authored Oct 11, 2023
2 parents cf9fc55 + e4ed1d6 commit 9dd3373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/crm/doctype/lead/lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def get_lead_details(lead, posting_date=None, company=None):
}
)

set_address_details(out, lead, "Lead")
set_address_details(out, lead, "Lead", company=company)

taxes_and_charges = set_taxes(
None,
Expand Down

0 comments on commit 9dd3373

Please sign in to comment.