mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge pull request #33710 from openrefactory/patch-2
Removed an unnecessary check in code which always evaluates to true
This commit is contained in:
@@ -378,7 +378,6 @@ class Deferred_Revenue_and_Expense_Report(object):
|
|||||||
ret += [{}]
|
ret += [{}]
|
||||||
|
|
||||||
# add total row
|
# add total row
|
||||||
if ret is not []:
|
|
||||||
if self.filters.type == "Revenue":
|
if self.filters.type == "Revenue":
|
||||||
total_row = frappe._dict({"name": "Total Deferred Income"})
|
total_row = frappe._dict({"name": "Total Deferred Income"})
|
||||||
elif self.filters.type == "Expense":
|
elif self.filters.type == "Expense":
|
||||||
|
|||||||
Reference in New Issue
Block a user