From 07ff97f64705e854e377fc7b0bc94ece91b9a188 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 18:52:55 +0000 Subject: [PATCH] fix: ignore links in Dunning patch (backport #49201) (#49204) Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> fix: ignore links in Dunning patch (#49201) --- erpnext/patches/v14_0/single_to_multi_dunning.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/v14_0/single_to_multi_dunning.py b/erpnext/patches/v14_0/single_to_multi_dunning.py index 98be0204518..3def5922c07 100644 --- a/erpnext/patches/v14_0/single_to_multi_dunning.py +++ b/erpnext/patches/v14_0/single_to_multi_dunning.py @@ -48,6 +48,7 @@ def execute(): dunning.validate() dunning.flags.ignore_validate_update_after_submit = True + dunning.flags.ignore_links = True dunning.save() # Reverse entries only if dunning is submitted and not resolved