diff --git a/client/order/src/create/card.js b/client/order/src/create/card.js index 7bf9ad4a8..ba605ae73 100644 --- a/client/order/src/create/card.js +++ b/client/order/src/create/card.js @@ -74,7 +74,7 @@ class Controller { }; this.$http.post(`order/api/Orders/new`, params).then(res => { this.vnApp.showSuccess(this.translate.instant('Data saved!')); - this.$state.go("order.card.catalogue", {id: res.data}); + this.$state.go("order.card.catalog", {id: res.data}); }).catch(e => { this.vnApp.showError(this.translate.instant(e.data.error.message)); });