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', {