From 1c7325c1c0ddb82979fe38883618baf109177082 Mon Sep 17 00:00:00 2001 From: joan Date: Fri, 22 Jan 2021 07:26:29 +0100 Subject: [PATCH] 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})