From 1d0d89ca4ab8b08d0d4a9ca439224793128f34af Mon Sep 17 00:00:00 2001 From: Hugo Zigha Date: Thu, 9 Sep 2021 11:44:54 +0200 Subject: [PATCH] TT#140451 Issue - SendFax - If failed fax is rendered in Conversations the destination number is supposed to be the receiver and not the sender Change-Id: Ie5e0e68b930bebad8248737a3b49a1015d3875c4 --- src/components/pages/Conversations/CscFaxItem.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/pages/Conversations/CscFaxItem.vue b/src/components/pages/Conversations/CscFaxItem.vue index c4f5422d..2823c0e9 100644 --- a/src/components/pages/Conversations/CscFaxItem.vue +++ b/src/components/pages/Conversations/CscFaxItem.vue @@ -15,7 +15,7 @@ > {{ $t('Fax') }} {{ direction }} - {{ fax.caller | numberFormat }} + {{ number | numberFormat }}