mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: add doctype parameter to lead details for correct company details
(cherry picked from commit 0b91338771)
This commit is contained in:
@@ -137,6 +137,7 @@ class SellingController(StockController):
|
||||
lead,
|
||||
posting_date=self.get("transaction_date") or self.get("posting_date"),
|
||||
company=self.company,
|
||||
doctype=self.doctype,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user