mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Store transactionLinkId to the transaction
This commit is contained in:
parent
d4d68b0748
commit
8caf482943
@ -300,6 +300,7 @@ export class TransactionLinkResolver {
|
||||
transaction.balanceDate = now
|
||||
transaction.decay = decay ? decay.decay : new Decimal(0)
|
||||
transaction.decayStart = decay ? decay.start : null
|
||||
transaction.transactionLinkId = contributionLink.id
|
||||
await queryRunner.manager.insert(DbTransaction, transaction)
|
||||
|
||||
contribution.confirmedAt = now
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user