fix: add doctype parameter to lead details for correct company details

(cherry picked from commit 0b91338771)
This commit is contained in:
ljain112
2025-11-10 17:34:19 +05:30
committed by Mergify
parent 9b06eaab78
commit f0eac47037
3 changed files with 4 additions and 2 deletions

View File

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