This commit is contained in:
James Cole
2021-05-01 17:59:36 +02:00
parent f8cb8967d9
commit cc682485fc

View File

@@ -650,6 +650,10 @@ export default {
if (typeof currentTransaction.selectedAttachments !== 'undefined' && true === currentTransaction.selectedAttachments) { if (typeof currentTransaction.selectedAttachments !== 'undefined' && true === currentTransaction.selectedAttachments) {
shouldUpload = true; shouldUpload = true;
} }
if(true === shouldSubmit) {
// set the date to whatever the date is:
diff.date = this.date;
}
if (this.date !== this.originalDate) { if (this.date !== this.originalDate) {
shouldSubmit = true; shouldSubmit = true;