mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
no float for the duration, just an integer
This commit is contained in:
parent
0094ee3bbc
commit
cd6b2f18f8
@ -23,7 +23,7 @@ export class Transaction {
|
||||
transaction.decay,
|
||||
transaction.decayStart,
|
||||
transaction.balanceDate,
|
||||
(transaction.balanceDate.getTime() - transaction.decayStart.getTime()) / 1000,
|
||||
Math.round((transaction.balanceDate.getTime() - transaction.decayStart.getTime()) / 1000),
|
||||
)
|
||||
}
|
||||
this.memo = transaction.memo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user