This commit is contained in:
James Cole 2021-05-01 17:59:36 +02:00
parent f8cb8967d9
commit cc682485fc
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -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;