Merge pull request #34737 from AnandBaburajan/asdeprledger_cancelled_deprs

fix: don't include cancelled JVs in assdeprledger report
This commit is contained in:
Anand Baburajan
2023-04-05 11:33:53 +05:30
committed by GitHub

View File

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