hotfix: creating a vendor

This commit is contained in:
Ahmed Bouhuolia
2024-04-15 22:48:54 +02:00
parent dc52fb1de5
commit 5e87581f4e
8 changed files with 8 additions and 32 deletions

View File

@@ -187,18 +187,4 @@ export default class Contact extends TenantModel {
},
};
}
static get fields() {
return {
contact_service: {
column: 'contact_service',
},
display_name: {
column: 'display_name',
},
created_at: {
column: 'created_at',
},
};
}
}