Commit 95b70fab by Yvon Kerdoncuff

#7415 : set suppleant_member_id when need at subscription

parent 81e79035
Pipeline #4046 failed with stage
......@@ -654,7 +654,8 @@ class CagetteMember(models.Model):
'city': post_data['city'],
'phone': format_phone_number(post_data['mobile']), # Because list view default show Phone and people mainly gives mobile
'barcode_rule_id': settings.ASSOCIATE_BARCODE_RULE_ID,
'parent_id' : post_data['parent_id'],
'parent_id': post_data['parent_id'],
'suppleant_member_id': partner_id,
'is_associated_people': True,
'function': function
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment