[PYTHON][VIEW][TRANS] +rna and siren field for companies
[burette/lhc.git] / view / membership.xml
index cac246c..49a347a 100644 (file)
                 </xpath>
                 <xpath expr="//page[@string='Membership']/group/group/div" position="after">
                     <field name="kit_sent" attrs="{'invisible': [('membership_state','not in', ('old', 'waiting', 'invoiced', 'free', 'paid'))]}"/>
+                    <field name="bikecoop_activity_start" attrs="{'invisible': [('is_company','=', False)]}" />
+                    <field name="bikecoop_activity_stop" attrs="{'invisible': [('is_company','=', False)]}"/>
+                    <field name="rna" placeholder="W123456789" attrs="{'invisible': [('is_company','=', False)]}"/>
+                    <field name="siren" placeholder="123456789" attrs="{'invisible': [('is_company','=', False)]}"/>
                 </xpath>
             </field>
         </record>