|
|
@ -246,7 +246,8 @@ class WebsiteSubscription(http.Controller): |
|
|
|
required_fields = sub_req_obj.sudo().get_required_field() |
|
|
|
if logged: |
|
|
|
# these fields are read only when logged |
|
|
|
# we want to ease the process if user was a subscriber |
|
|
|
# we want to ease the process if user was already registered in the |
|
|
|
# database from another module |
|
|
|
self.remove_field_from_list(required_fields, 'iban') |
|
|
|
self.remove_field_from_list(required_fields, 'birthdate') |
|
|
|
|
|
|
|