From 4da83ef963e2ef58636032b2f1c2b88d69a4e6fe Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 17 Dec 2019 12:23:31 +0100 Subject: [PATCH] Hotfixes: vnTicketSale menu, vnItemDiary width --- modules/item/front/diary/index.html | 2 +- modules/ticket/front/sale/index.js | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/modules/item/front/diary/index.html b/modules/item/front/diary/index.html index 720a42fb7..f3c9ff63a 100644 --- a/modules/item/front/diary/index.html +++ b/modules/item/front/diary/index.html @@ -6,7 +6,7 @@ auto-load="false"> - + this.isEditable - }, - { + }, { name: 'Unmark as reserved', callback: this.unmarkAsReserved, show: () => this.isEditable - }, - { + }, { name: 'Update discount', callback: this.showEditDialog, show: () => this.isEditable - }, - { + }, { name: 'Add claim', - callback: this.createClaim, - show: () => this.isEditable - }, - { + callback: this.createClaim + }, { name: 'Recalculate price', callback: this.calculateSalePrice, show: () => this.hasOneSaleSelected()