diff --git a/views/account_invoice.xml b/views/account_invoice.xml index cf42b55fee65ccdd9919ea704aecd133f8bff23d..4241a5bd8551419939c6972a7895c38c82a5c665 100644 --- a/views/account_invoice.xml +++ b/views/account_invoice.xml @@ -63,6 +63,9 @@ <xpath expr="//field[@name='partner_id']" position="attributes"> <attribute name="string">Adhérent</attribute> </xpath> + <xpath expr="//field[@name='partner_id']" position="after"> + <field name="type_contribution_id"/> + </xpath> <xpath expr="//field[@name='date_invoice']" position="attributes"> <attribute name="string">Date de cotisation</attribute> </xpath>