From fa32b35f55203fe86a31ce69de8813a1bd74ae59 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 14 Sep 2021 10:05:17 +0200 Subject: [PATCH] add gdtEntryType 2,3,5,6 --- frontend/src/components/Transaction.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/Transaction.vue b/frontend/src/components/Transaction.vue index 39a62b878..fc7541a21 100644 --- a/frontend/src/components/Transaction.vue +++ b/frontend/src/components/Transaction.vue @@ -88,6 +88,8 @@ export default { }, methods: { getLinesByType(givenType) { + if (givenType === 2 || givenType === 3 || givenType === 5 || givenType === 6) givenType = 1 + const linesByType = { 1: { icon: 'heart',