This commit is contained in:
James Cole
2019-08-13 16:00:35 +02:00
parent 4719b87314
commit ed565136fc
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.success_message = '<a href="transactions/show/' + groupId + '">The transaction</a> has been stored.';
this.error_message = ''; this.error_message = '';
if (this.resetFormAfter) { if (this.resetFormAfter) {
this.addTransaction(); this.addTransactionToArray();
} }
if (button) { if (button) {
button.prop("disabled", false); button.prop("disabled", false);