chore: fix typo

This commit is contained in:
ruthra kumar
2025-03-08 14:54:11 +05:30
parent eca5a8e6ab
commit a4c913a794

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,