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