Browse Source

[FIX] fix wrong field name

pull/1/head
houssine 6 years ago
parent
commit
0502ea62ab
  1. 2
      easy_my_coop/wizard/create_subscription_from_partner.py

2
easy_my_coop/wizard/create_subscription_from_partner.py

@ -180,7 +180,7 @@ class PartnerCreateSubscription(models.TransientModel):
if self.is_company:
representative = self._get_representative()
vals['name'] = representative.name
vals['no_registre'] = representative.register_number
vals['no_registre'] = representative.national_register_number
if coop_vals:
cooperator.write(coop_vals)

Loading…
Cancel
Save