commit | f388864fd5a3ce95e0349d7fd37fb3878834262c | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Thu Oct 05 13:13:11 2023 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Thu Oct 05 13:13:11 2023 +0530 |
tree | ea9a9cac2a69ffea2e8e677449216a050ee75c72 | |
parent | aad77b133b9a5609767b144e7c828f4d8cd30790 [diff] |
fix: fetch company details for Lead based quotation
diff --git a/erpnext/crm/doctype/lead/lead.py b/erpnext/crm/doctype/lead/lead.py index 105c58d..e897ba4 100644 --- a/erpnext/crm/doctype/lead/lead.py +++ b/erpnext/crm/doctype/lead/lead.py
@@ -379,7 +379,7 @@ } ) - set_address_details(out, lead, "Lead") + set_address_details(out, lead, "Lead", company=company) taxes_and_charges = set_taxes( None,