fix: exclude cancelled gl entries

(cherry picked from commit 3251a331dd)
This commit is contained in:
Ninad1306
2025-02-28 11:08:30 +05:30
committed by Mergify
parent 8cc92e9ca0
commit 369a692af9

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