This commit is contained in:
James Cole 2019-08-13 16:00:35 +02:00
parent 4719b87314
commit ed565136fc
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 2 deletions

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -405,7 +405,7 @@
this.success_message = '<a href="transactions/show/' + groupId + '">The transaction</a> has been stored.';
this.error_message = '';
if (this.resetFormAfter) {
this.addTransaction();
this.addTransactionToArray();
}
if (button) {
button.prop("disabled", false);