Merge pull request #35212 from ruthra-kumar/chore_change_throw_to_msgprint

chore: convert throw to msgprint in payment reconciliation job hook
This commit is contained in:
ruthra kumar
2023-05-08 17:57:13 +05:30
committed by GitHub

View File

@@ -164,7 +164,7 @@ def trigger_reconciliation_for_queued_docs():
Fetch queued docs and start reconciliation process for each one
"""
if not frappe.db.get_single_value("Accounts Settings", "auto_reconcile_payments"):
frappe.throw(
frappe.msgprint(
_("Auto Reconciliation of Payments has been disabled. Enable it through {0}").format(
get_link_to_form("Accounts Settings", "Accounts Settings")
)