mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
enum instead of value definition
This commit is contained in:
parent
314a1b1ed4
commit
2158728752
@ -224,7 +224,7 @@ export class AdminResolver {
|
||||
|
||||
const receivedCallDate = new Date()
|
||||
let transaction = new Transaction()
|
||||
transaction.transactionTypeId = 1
|
||||
transaction.transactionTypeId = TransactionTypeId.CREATION
|
||||
transaction.memo = pendingCreation.memo
|
||||
transaction.received = receivedCallDate
|
||||
transaction.userId = pendingCreation.userId
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user