Skip to content

Commit

Permalink
[FIX] budget_control: close budget with fwd_analytic_account_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Jan 3, 2024
1 parent b6c3d2b commit 242d3e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion budget_control/models/base_budget_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,6 @@ def close_budget_move(self):
use_amount_commit=True,
commit_note=_("Auto adjustment on close budget"),
adj_commit=True,
).commit_budget(reverse=True)
).commit_budget(
reverse=True, analytic_account_id=docline.fwd_analytic_account_id
)

0 comments on commit 242d3e2

Please sign in to comment.