summaryrefslogtreecommitdiff
path: root/lib/vendors/service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vendors/service.ts')
-rw-r--r--lib/vendors/service.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vendors/service.ts b/lib/vendors/service.ts
index 596a52a0..f4ba815c 100644
--- a/lib/vendors/service.ts
+++ b/lib/vendors/service.ts
@@ -2643,6 +2643,7 @@ export async function getVendorBasicInfo(vendorId: number) {
email: vendor.email,
website: vendor.website,
status: vendor.status,
+ isAssociationMember: vendor.isAssociationMember,
representativeName: vendor.representativeName,
representativeBirth: vendor.representativeBirth,
representativeEmail: vendor.representativeEmail,