mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fix: removed an unnecessary check which always evaluates to true
(cherry picked from commit 49aed7ff69)
Co-authored-by: OpenRefactory, Inc <56681071+openrefactory@users.noreply.github.com>
This commit is contained in:
@@ -378,7 +378,6 @@ class Deferred_Revenue_and_Expense_Report(object):
|
||||
ret += [{}]
|
||||
|
||||
# add total row
|
||||
if ret is not []:
|
||||
if self.filters.type == "Revenue":
|
||||
total_row = frappe._dict({"name": "Total Deferred Income"})
|
||||
elif self.filters.type == "Expense":
|
||||
|
||||
Reference in New Issue
Block a user