Skip to content

Commit

Permalink
[FIX] close budget with fwd_analytic_account
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran440 committed Jan 3, 2024
1 parent 576f274 commit e48d913
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion budget_control/models/base_budget_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,7 @@ 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 e48d913

Please sign in to comment.