From c0e13d3339bca00c5e6352e57ab8d497eb2e2d52 Mon Sep 17 00:00:00 2001 From: carlossa Date: Fri, 5 May 2023 12:00:37 +0200 Subject: [PATCH] refs #4754 del ticket.card.service --- modules/ticket/front/routes.json | 3 +-- modules/ticket/front/services/index.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ticket/front/routes.json b/modules/ticket/front/routes.json index 868824d0dd..c86b3a1efc 100644 --- a/modules/ticket/front/routes.json +++ b/modules/ticket/front/routes.json @@ -26,8 +26,7 @@ {"state": "ticket.card.components", "icon": "icon-components"}, {"state": "ticket.card.saleTracking", "icon": "assignment"}, {"state": "ticket.card.dms.index", "icon": "cloud_download"}, - {"state": "ticket.card.boxing", "icon": "science"}, - {"state": "ticket.card.service", "icon": "icon-lines"} + {"state": "ticket.card.boxing", "icon": "science"} ] }, "keybindings": [ diff --git a/modules/ticket/front/services/index.js b/modules/ticket/front/services/index.js index eb4fc3f501..ab57b7b13c 100644 --- a/modules/ticket/front/services/index.js +++ b/modules/ticket/front/services/index.js @@ -74,7 +74,7 @@ class Controller extends Section { const servicesIds = services.map(service => service.id); const params = {servicesIds: servicesIds}; - const query = 'Services/refund'; + const query = 'Service/refund'; this.$http.post(query, params).then(res => { const refundTicket = res.data; this.vnApp.showSuccess(this.$t('The following refund ticket have been created', {