Skip to content

Commit

Permalink
fix: don't include cancelled JVs in assdeprledger report
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan committed Apr 4, 2023
1 parent 18d813a commit 3896d41
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 3896d41

Please sign in to comment.