fix(core): update

This commit is contained in:
2022-10-30 17:40:16 +01:00
parent ab1ac03993
commit bc5846751a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -108,7 +108,8 @@ export class BankTransaction {
description: this.data.descriptions.original,
originAccountId: this.data.accountId,
justForLooks: {
originalScaledAmount: this.data.amount
originalScaledAmount: this.data.amount,
dateIso: new Date(this.data.dates.booked).toISOString()
}
}