Skip to content
Snippets Groups Projects
Verified Commit 15dd2b8f authored by ynerant's avatar ynerant
Browse files

PC Kfet can update profile section while renewing memberships


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent c540b633
No related branches found
No related tags found
1 merge request!165Changement de couleurs
Pipeline #8924 passed with stages
in 9 minutes and 31 seconds
......@@ -746,6 +746,7 @@ class ClubAddMemberView(ProtectQuerysetMixin, ProtectedCreateView):
# When we renew the BDE membership, we update the profile section
# that should happens at least once a year.
user.profile.section = user.profile.section_generated
user.profile._force_save = True
user.profile.save()
# Credit note before the membership is created.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment