From 15dd2b8f0ce7772442a92b342b020847ee3e0d11 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 29 Apr 2021 13:11:00 +0200 Subject: [PATCH] PC Kfet can update profile section while renewing memberships Signed-off-by: Yohann D'ANELLO --- apps/member/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/member/views.py b/apps/member/views.py index 1054f3f2..57e4b1e0 100644 --- a/apps/member/views.py +++ b/apps/member/views.py @@ -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.