mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: add space
This commit is contained in:
@@ -306,7 +306,7 @@ def get_balance_on(
|
|||||||
f"""(gle.finance_book IN (
|
f"""(gle.finance_book IN (
|
||||||
{frappe.db.escape(finance_book)},
|
{frappe.db.escape(finance_book)},
|
||||||
{frappe.db.escape(default_finance_book)}
|
{frappe.db.escape(default_finance_book)}
|
||||||
)OR gle.finance_book IS NULL
|
) OR gle.finance_book IS NULL
|
||||||
)"""
|
)"""
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user