mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
New strings for reconciled transactions. #736
This commit is contained in:
2
public/js/ff/transactions/list.js
vendored
2
public/js/ff/transactions/list.js
vendored
@@ -72,7 +72,7 @@ function goToReconcile() {
|
||||
}
|
||||
|
||||
$.post(baseHref + 'transactions/reconcile', {transactions: ids}).done(function () {
|
||||
alert('OK then.');
|
||||
window.location.reload(true);
|
||||
}).fail(function () {
|
||||
alert('Could not reconcile transactions: please check the logs and try again later.');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user