Skip to content

Commit d40ddd1

Browse files
authored
Merge pull request #395 from PROCOLLAB-github/fix/ooutload2
fix outload
2 parents 083e8c3 + 33eec71 commit d40ddd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

users/admin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ def get_export_users_emails(self, users):
257257
baby.first_name + " " + baby.last_name,
258258
today.year - baby.birthday.year,
259259
", ".join(interests),
260-
"",
261-
"",
260+
baby.organization,
261+
baby.v2_speciality if baby.v2_speciality else baby.speciality,
262262
]
263263
)
264264

0 commit comments

Comments
 (0)