fix: Update patch
diff --git a/erpnext/patches/v14_0/update_closing_balances.py b/erpnext/patches/v14_0/update_closing_balances.py
index 0442b36..40a1851 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