From 76775a3e49623cbca0e6ac1ae54e7284a849b834 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Mon, 13 Mar 2023 20:51:35 +0530 Subject: [PATCH] fix: Update patch --- erpnext/patches/v14_0/update_closing_balances.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/patches/v14_0/update_closing_balances.py b/erpnext/patches/v14_0/update_closing_balances.py index 0442b362ee5..40a18516cb7 100644 --- a/erpnext/patches/v14_0/update_closing_balances.py +++ b/erpnext/patches/v14_0/update_closing_balances.py @@ -4,7 +4,9 @@ import frappe -from erpnext.accounts.doctype.closing_balance.closing_balance import make_closing_entries +from erpnext.accounts.doctype.account_closing_balance.account_closing_balance import ( + make_closing_entries, +) from erpnext.accounts.utils import get_fiscal_year