Merge pull request #46401 from ruthra-kumar/fix_typo

chore: fix typo
This commit is contained in:
ruthra kumar
2025-03-08 15:11:00 +05:30
committed by GitHub

View File

@@ -324,7 +324,7 @@ class TransactionBase(StatusUpdater):
}
)
if self.doctype in ["Purchase Order", "Sales Ordere"]:
if self.doctype in ["Purchase Order", "Sales Order"]:
args.update(
{
"posting_date": self.transaction_date,