Browse Source

[IMP] put it back

pull/1/head
houssine 6 years ago
parent
commit
1a30250c9e
  1. 3
      easy_my_coop/models/operation_request.py

3
easy_my_coop/models/operation_request.py

@ -242,8 +242,7 @@ class operation_request(models.Model):
values['quantity_to'] = convert_quant
else:
raise ValidationError(_("Converting just part of the"
" shares is not yet"
" implemented"))
" shares is not yet implemented"))
elif rec.operation_type == 'transfer':
if rec.receiver_not_member:
partner = rec.subscription_request.create_coop_partner()

Loading…
Cancel
Save