fix: account updates also save the computed balance (regression from...
The "fix" in 276c8d9d to workaround the missing AfterUpdate hook introduced an issue: by retrieving the account first through Account.find, the balance was computed, and then saved to database with the other updated attributes.
Edited by Nicolas Frandeboeuf