Commit 089df0ea by Yvon

comment

parent 0d99ba40
Pipeline #3379 failed with stage
in 1 minute 4 seconds
......@@ -877,7 +877,7 @@ class CagetteMember(models.Model):
del partner['parent_name']
return res
elif search_type == "short": #do not show rattaché user (only the member user)
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])
......
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