fix: add space

This commit is contained in:
Khushi Rawat
2025-12-19 14:11:54 +05:30
committed by GitHub
parent 358083d759
commit c55c97a9fe

View File

@@ -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: