From 5eb4323740703067556e907b85da0cbe257b9f2b Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Tue, 15 Jun 2021 12:02:19 +0300 Subject: [PATCH] Invoice and bills edit long text bugfix solved. --- .../assets/js/components/AkauntingContactCard.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/assets/js/components/AkauntingContactCard.vue b/resources/assets/js/components/AkauntingContactCard.vue index b165052d5..dfb7b989b 100644 --- a/resources/assets/js/components/AkauntingContactCard.vue +++ b/resources/assets/js/components/AkauntingContactCard.vue @@ -79,27 +79,27 @@ - - - - -
+ {{ contact.name }}
+ {{ contact.address }}
+ {{ taxNumberText }}: {{ contact.tax_number }}
+ {{ contact.phone }}
+ {{ contact.email }}