Commit a9dc558e by Yvon Kerdoncuff

Revert "Merge branch '6190-fix-variable-used' into 'dev_cooperatic'"

This reverts merge request !267
parent 64d51055
Pipeline #3422 failed with stage
in 1 minute 5 seconds
......@@ -883,7 +883,7 @@ class CagetteMember(models.Model):
elif search_type == "short": #used in brinks. do not show rattaché user (only the member user)
fields = CagetteMember.m_short_default_fields
fields = fields + ['total_partner_owned_share','amount_subscription']
cond.append(['is_associated_people', '=', False])
cond.append(['parent_member_num', '=', 0])
res = api.search_read('res.partner', cond, fields)
return res
else:
......
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