Merge pull request #37371 from frappe/mergify/bp/version-14-hotfix/pr-37370

fix: fetch company details for Lead based quotation (backport #37370)
This commit is contained in:
ruthra kumar
2023-10-05 14:25:14 +05:30
committed by GitHub

View File

@@ -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,