From 45399b0443950a86bdfc2063ceb71c23750868e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 7 Aug 2014 23:32:07 +0200 Subject: [PATCH] [config/cotisation] doublon dans le code. --- gestion/config/cotisation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/config/cotisation.py b/gestion/config/cotisation.py index 3af11c19..6405fc1e 100644 --- a/gestion/config/cotisation.py +++ b/gestion/config/cotisation.py @@ -40,11 +40,11 @@ dico_adh = { "pu": cotisation, } -dico_adh = { +dico_adh_club = { "nombre": 1, "code": u"ADH", "designation": u"Adhésion pour un an", - "pu": cotisation, + "pu": 0, } def dico_cotis(nb_mois):