From 1a30250c9e3bcfb840d649d10371b8ac9e6f1a21 Mon Sep 17 00:00:00 2001 From: houssine Date: Fri, 29 Mar 2019 17:49:05 +0100 Subject: [PATCH] [IMP] put it back --- easy_my_coop/models/operation_request.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/easy_my_coop/models/operation_request.py b/easy_my_coop/models/operation_request.py index 3e6db7a..a432e64 100644 --- a/easy_my_coop/models/operation_request.py +++ b/easy_my_coop/models/operation_request.py @@ -240,10 +240,9 @@ class operation_request(models.Model): }) values['share_to_product_id'] = rec.share_to_product_id.id values['quantity_to'] = convert_quant - else: - raise ValidationError(_("Converting just part of the" - " shares is not yet" - " implemented")) + else: + raise ValidationError(_("Converting just part of the" + " shares is not yet implemented")) elif rec.operation_type == 'transfer': if rec.receiver_not_member: partner = rec.subscription_request.create_coop_partner()