Merge pull request #50439 from ljain112/fix-lead-quotation

This commit is contained in:
Smit Vora
2025-11-17 19:08:31 +05:30
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ class SellingController(StockController):
lead,
posting_date=self.get("transaction_date") or self.get("posting_date"),
company=self.company,
doctype=self.doctype,
)
)