Merge pull request #51384 from frappe/mergify/bp/version-15-hotfix/pr-51368

fix: start reposting accounting ledger after commit (backport #51368)
This commit is contained in:
ruthra kumar
2025-12-30 14:08:31 +05:30
committed by GitHub

View File

@@ -146,6 +146,7 @@ class RepostAccountingLedger(Document):
account_repost_doc=self.name,
is_async=True,
job_name=job_name,
enqueue_after_commit=True,
)
frappe.msgprint(_("Repost has started in the background"))
else: