Merge pull request #33710 from openrefactory/patch-2

Removed an unnecessary check in code which always evaluates to true
This commit is contained in:
ruthra kumar 2023-01-21 09:41:04 +05:30 committed by GitHub
commit 4cbd63edbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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