Commit 0da18eed by Damien Moulard

change variable used

parent b17fddc3
Pipeline #3386 failed with stage
in 1 minute 6 seconds
......@@ -880,7 +880,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(['parent_member_num', '=', 0])
cond.append(['is_associated_people', '=', False])
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