mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Fix #1063
This commit is contained in:
2
public/js/ff/accounts/reconcile.js
vendored
2
public/js/ff/accounts/reconcile.js
vendored
@@ -184,7 +184,7 @@ function placeTransactions(data) {
|
||||
// any already cleared transactions must be added to / removed from selectedAmount.
|
||||
includeClearedTransactions();
|
||||
|
||||
difference = balanceDifference;
|
||||
difference = balanceDifference - selectedAmount;
|
||||
updateDifference();
|
||||
|
||||
// enable the check buttons:
|
||||
|
Reference in New Issue
Block a user