Merge pull request #160 from coopdevs/email_if_real_in_exporters
MemberReportDecorator: use email_if_real
This commit is contained in:
@@ -26,7 +26,7 @@ class MemberReportDecorator
|
||||
[
|
||||
member.member_uid,
|
||||
member.user.username,
|
||||
member.user.email,
|
||||
member.user.email_if_real,
|
||||
member.user.phone,
|
||||
member.user.alt_phone
|
||||
]
|
||||
|
||||
@@ -31,7 +31,7 @@ describe MemberReportDecorator do
|
||||
[
|
||||
member.member_uid,
|
||||
member.user.username,
|
||||
member.user.email,
|
||||
member.user.email_if_real,
|
||||
member.user.phone,
|
||||
member.user.alt_phone
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user