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 { 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})