Browse Source

[IMP] create subscription with national register number of the compamny

representative
pull/1/head
houssine 6 years ago
parent
commit
07e93dffc8
  1. 1
      easy_my_coop/wizard/create_subscription_from_partner.py

1
easy_my_coop/wizard/create_subscription_from_partner.py

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

Loading…
Cancel
Save