From 69af52f21a0c4a3b1ed0e2201f55be63145efacd Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 10 Nov 2022 10:53:08 +0100 Subject: [PATCH] Show via link for creations. --- .../TransactionRows/AmountAndNameRow.vue | 22 +++++++++---------- .../Transactions/TransactionCreation.vue | 11 +++++++++- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/TransactionRows/AmountAndNameRow.vue b/frontend/src/components/TransactionRows/AmountAndNameRow.vue index 322ad7dfa..96a31dcf3 100644 --- a/frontend/src/components/TransactionRows/AmountAndNameRow.vue +++ b/frontend/src/components/TransactionRows/AmountAndNameRow.vue @@ -10,21 +10,21 @@
-
+ {{ itemText }} - - {{ $t('via_link') }} - - -
+ {{ itemText }} + + {{ $t('via_link') }} + +
diff --git a/frontend/src/components/Transactions/TransactionCreation.vue b/frontend/src/components/Transactions/TransactionCreation.vue index 694d907ed..a832b9b1a 100644 --- a/frontend/src/components/Transactions/TransactionCreation.vue +++ b/frontend/src/components/Transactions/TransactionCreation.vue @@ -12,7 +12,12 @@ - + @@ -77,6 +82,10 @@ export default { type: String, required: true, }, + transactionLinkId: { + type: Number, + required: false, + }, previousBookedBalance: { type: String, required: true,