From c8ecdfe3809bb93c5ad79a8d63ac0a1cb5e3c85d Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 20 Jan 2021 15:00:44 +0100 Subject: [PATCH 1/2] Worker photo max width and height --- front/salix/components/descriptor/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/salix/components/descriptor/style.scss b/front/salix/components/descriptor/style.scss index afef37aa4..f51137620 100644 --- a/front/salix/components/descriptor/style.scss +++ b/front/salix/components/descriptor/style.scss @@ -11,8 +11,8 @@ vn-descriptor-content { & > img[ng-src] { min-height: 16em; display: block; - height: 100%; - width: 100%; + width: 256px; + height: 256px; } vn-float-button { From 1c7325c1c0ddb82979fe38883618baf109177082 Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 22 Jan 2021 07:26:29 +0100 Subject: [PATCH 2/2] 2739 - Invoice fix --- modules/ticket/front/descriptor-menu/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ticket/front/descriptor-menu/index.js b/modules/ticket/front/descriptor-menu/index.js index 9d4191530..d2dea6c0a 100644 --- a/modules/ticket/front/descriptor-menu/index.js +++ b/modules/ticket/front/descriptor-menu/index.js @@ -60,7 +60,8 @@ class Controller extends Section { } }, {relation: 'ship'}, - {relation: 'stowaway'}] + {relation: 'stowaway'}, + {relation: 'invoiceOut'}] }; return this.$http.get(`Tickets/${this.ticketId}`, {filter})