diff --git a/frontend/src/components/transactions/Edit.vue b/frontend/src/components/transactions/Edit.vue index 779cee7ebb..706032e9d8 100644 --- a/frontend/src/components/transactions/Edit.vue +++ b/frontend/src/components/transactions/Edit.vue @@ -650,6 +650,10 @@ export default { if (typeof currentTransaction.selectedAttachments !== 'undefined' && true === currentTransaction.selectedAttachments) { shouldUpload = true; } + if(true === shouldSubmit) { + // set the date to whatever the date is: + diff.date = this.date; + } if (this.date !== this.originalDate) { shouldSubmit = true;