mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1063
This commit is contained in:
parent
f6bd17c70b
commit
f6096339cb
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.
|
// any already cleared transactions must be added to / removed from selectedAmount.
|
||||||
includeClearedTransactions();
|
includeClearedTransactions();
|
||||||
|
|
||||||
difference = balanceDifference;
|
difference = balanceDifference - selectedAmount;
|
||||||
updateDifference();
|
updateDifference();
|
||||||
|
|
||||||
// enable the check buttons:
|
// enable the check buttons:
|
||||||
|
Loading…
Reference in New Issue
Block a user