From 3a0ff3be38d8a254e0150ec4876361f7879be7a9 Mon Sep 17 00:00:00 2001 From: carlosjr Date: Wed, 11 Nov 2020 12:45:45 +0100 Subject: [PATCH] summary title amended + clientDescriptor for alias --- modules/order/front/summary/index.html | 17 ++++++++++++++--- modules/order/front/summary/style.scss | 6 +++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/modules/order/front/summary/index.html b/modules/order/front/summary/index.html index f27e2e510..e66d1024b 100644 --- a/modules/order/front/summary/index.html +++ b/modules/order/front/summary/index.html @@ -1,5 +1,9 @@ -
{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} - {{$ctrl.summary.client.salesPerson.id}} +
+ + Ticket #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} + ({{$ctrl.summary.client.salesPersonFk}}) + - + + + {{$ctrl.summary.address.nickname}} + @@ -101,3 +109,6 @@ + + diff --git a/modules/order/front/summary/style.scss b/modules/order/front/summary/style.scss index d0f7a3d03..63de20fe9 100644 --- a/modules/order/front/summary/style.scss +++ b/modules/order/front/summary/style.scss @@ -18,13 +18,13 @@ vn-order-summary .summary{ flex: none } } - & > div > vn-horizontal > vn-one { - min-width: 160px !important; + & > vn-horizontal > vn-one { + min-width: 160px; &.taxes { border: $border-thin-light; text-align: right; - padding: 8px !important; + padding: 8px; & > p { font-size: 1.2rem;