mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #4730
This commit is contained in:
parent
f8cb8967d9
commit
cc682485fc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user