Skip to content

Commit

Permalink
Fix slight bug with recurring earnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Feb 4, 2024
1 parent 395c874 commit 34812c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/recurring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void budget::check_for_recurrings(){

if (changed) {
save_expenses();
save_earnings();
}

internal_config_remove("recurring:last_checked");
Expand Down

0 comments on commit 34812c5

Please sign in to comment.