mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
Removed company from Finance Book and related changes
This commit is contained in:
@@ -165,7 +165,7 @@ def get_conditions(filters):
|
||||
conditions.append("project=%(project)s")
|
||||
|
||||
if filters.get("finance_book"):
|
||||
conditions.append("finance_book=%(finance_book)s")
|
||||
conditions.append("finance_book in (%(finance_book)s, '')")
|
||||
else:
|
||||
conditions.append("ifnull(finance_book, '')=''")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user