Skip to content

Draft: Fix account balance not updated on manual sync (fix #1258)

Nicolas Frandeboeuf requested to merge nicofrand/cic-solde-pas-mis-jour-1258 into main

Now that the accounts balance are updated according to the bank's website and not just a sum of transactions, a manual sync should also update the account's balance.

The fix is simple enough: re-use the existing method, just don't add new found accounts.

Merge request reports