fix: fetch company details for Lead based quotation

(cherry picked from commit f388864fd5)
This commit is contained in:
ruthra kumar
2023-10-05 13:13:11 +05:30
committed by Mergify
parent bbc13c719e
commit c1d40a6bfa

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,