Skip to content

Commit

Permalink
Merge pull request #34745 from frappe/mergify/bp/develop/pr-34737
Browse files Browse the repository at this point in the history
fix: don't include cancelled JVs in assdeprledger report (backport #34737)
  • Loading branch information
anandbaburajan authored Apr 5, 2023
2 parents e6a9b6e + 1101b7b commit 869289a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_data(filters):
["posting_date", "<=", filters.get("to_date")],
["against_voucher_type", "=", "Asset"],
["account", "in", depreciation_accounts],
["is_cancelled", "=", 0],
]

if filters.get("asset"):
Expand Down

0 comments on commit 869289a

Please sign in to comment.