diff --git a/modules/shelving/front/descriptor/index.js b/modules/shelving/front/descriptor/index.js index 35d1d9892..931dbb6dc 100644 --- a/modules/shelving/front/descriptor/index.js +++ b/modules/shelving/front/descriptor/index.js @@ -15,46 +15,6 @@ class Controller extends Descriptor { .then(() => this.$state.go('shelving.index')) .then(() => this.vnApp.showSuccess(this.$t('Shelving removed'))); } - - // loadData() { - // const filter = { - // fields: [ - // 'id', - // 'name', - // 'nickname', - // 'nif', - // 'payMethodFk', - // 'payDemFk', - // 'payDay', - // 'isActive', - // 'isSerious', - // 'account' - // ], - // include: [ - // { - // relation: 'payMethod', - // scope: { - // fields: ['id', 'name'] - // } - // }, - // { - // relation: 'payDem', - // scope: { - // fields: ['id', 'payDem'] - // } - // }, - // { - // relation: 'client', - // scope: { - // fields: ['id', 'fi'] - // } - // } - // ] - // }; - - // return this.getData(`Suppliers/${this.id}`, {filter}) - // .then(res => this.supplier = res.data); - // } } ngModule.vnComponent('vnShelvingDescriptor', {