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()