refator: commented code deleted
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2022-05-24 12:51:00 +02:00
parent f00fb0dc3f
commit 5880efe966
1 changed files with 0 additions and 40 deletions

View File

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