Can set member country
This commit is contained in:
@ -148,6 +148,17 @@ export class Member implements MemberDataApi {
|
||||
day: this.death_day,
|
||||
};
|
||||
}
|
||||
|
||||
get hasContactInfo(): boolean {
|
||||
return this.email ||
|
||||
this.phone ||
|
||||
this.address ||
|
||||
this.city ||
|
||||
this.postal_code ||
|
||||
this.country
|
||||
? true
|
||||
: false;
|
||||
}
|
||||
}
|
||||
|
||||
export function fmtDate(d?: DateValue): string {
|
||||
|
Reference in New Issue
Block a user