From 4e578c4f83cfc0267736b4a4ed6bb4c2c1da40db Mon Sep 17 00:00:00 2001 From: Khushi Rawat <142375893+khushi8112@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:47:04 +0530 Subject: [PATCH] fix: conflicts --- erpnext/patches/v14_0/single_to_multi_dunning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/v14_0/single_to_multi_dunning.py b/erpnext/patches/v14_0/single_to_multi_dunning.py index 108f9c96554..47d13a0e383 100644 --- a/erpnext/patches/v14_0/single_to_multi_dunning.py +++ b/erpnext/patches/v14_0/single_to_multi_dunning.py @@ -77,4 +77,4 @@ def get_accounts_closing_date(): else: can_edit_accounts_after = accounts_frozen_till or period_closing_date - return can_edit_accounts_after \ No newline at end of file + return can_edit_accounts_after