New strings for reconciled transactions. #736

This commit is contained in:
James Cole
2017-11-08 09:40:38 +01:00
parent 8707bc6612
commit 78009c1cc0
4 changed files with 10 additions and 1 deletions

View File

@@ -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.');
});