This commit is contained in:
James Cole 2017-12-23 22:02:42 +01:00
parent f6bd17c70b
commit f6096339cb
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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: