From c55c97a9fe3560f93a26d5193ab3f5f6f97e781d Mon Sep 17 00:00:00 2001 From: Khushi Rawat <142375893+khushi8112@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:11:54 +0530 Subject: [PATCH] fix: add space --- erpnext/accounts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index b1858db4772..557eb21441b 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py @@ -306,7 +306,7 @@ def get_balance_on( f"""(gle.finance_book IN ( {frappe.db.escape(finance_book)}, {frappe.db.escape(default_finance_book)} - )OR gle.finance_book IS NULL + ) OR gle.finance_book IS NULL )""" ) else: