From 594b4a256d95ef48bfe13d329e99eece66d2f69e Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Thu, 9 Jun 2022 19:02:47 +0200 Subject: [PATCH] [update] new member wizard view --- wizard/scop_cotisation_cg_wizard.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wizard/scop_cotisation_cg_wizard.xml b/wizard/scop_cotisation_cg_wizard.xml index 8ba3117..d68c28e 100644 --- a/wizard/scop_cotisation_cg_wizard.xml +++ b/wizard/scop_cotisation_cg_wizard.xml @@ -14,6 +14,11 @@ <field name="year" required="1" invisible="1"/> <field name="date" required="1"/> <field name="nb_quarter" required="1"/> + </group> + <div class="mt16 text-muted"> + La sélection des coopératives est faite sur <strong>la date d'adhésion</strong> (est non sur <em>la date d'adhésion statistique</em>) + </div> + <group> <field name="date_start"/> <field name="date_limit"/> <separator /> -- GitLab