Merge pull request #46192 from Ninad1306/budget_variance_report_fix

fix: Exclude Cancelled GL Entries
This commit is contained in:
Smit Vora
2025-03-03 16:58:09 +05:30
committed by GitHub

View File

@@ -263,6 +263,7 @@ def get_actual_details(name, filters):
and ba.account=gl.account
and b.{budget_against} = gl.{budget_against}
and gl.fiscal_year between %s and %s
and gl.is_cancelled = 0
and b.{budget_against} = %s
and exists(
select