mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com> fix: ignore links in Dunning patch (#49201)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user