From 32bb366fd690c4f9aa3fc35203ee4becd4864521 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 3 Apr 2023 13:26:27 +0530 Subject: [PATCH] chore: cron job scheduled --- erpnext/hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index dbfbcc9b3852..d6acc2af8a6a 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -358,6 +358,7 @@ "cron": { "0/15 * * * *": [ "erpnext.manufacturing.doctype.bom_update_log.bom_update_log.resume_bom_cost_update_jobs", + "erpnext.accounts.doctype.process_payment_reconciliation.process_payment_reconciliation.trigger_reconciliation_for_queued_docs", ], "0/30 * * * *": [ "erpnext.utilities.doctype.video.video.update_youtube_data",