Skip to content

Commit

Permalink
fixes #188 - be sure to clear ofxIgnored on successful submission of …
Browse files Browse the repository at this point in the history
…reconcile form
  • Loading branch information
jantman committed Mar 9, 2018
1 parent 95031ca commit e5b2329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biweeklybudget/flaskapp/static/js/reconcile.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ function reconcileHandleSubmit() {
data['success_message'] + '</div>'
);
reconciled = {};
ofxIgnored = {};
reconcileGetTransactions();
reconcileGetOFX();
}
Expand Down

0 comments on commit e5b2329

Please sign in to comment.