mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Fix #4730
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user