Skip to content

Commit

Permalink
Facturation ALSH
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed Mar 14, 2019
1 parent e657c04 commit d49aaaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions facture.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ def __init__(self, inscrit, annee, mois, options=0):
else:
self.montant_heure_garde = cotisation.montant_heure_garde
for slot in week_slots:
if slot.activity in database.creche.activites:
activite = slot.activity
activite = slot.activity
if activite in database.creche.activites or activite in database.creche.states.values():
compteur = slot.value if slot.value else 0
if activite.mode == MODE_PRESENCE:
if database.creche.mode_saisie_planning == SAISIE_JOURS_SEMAINE:
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with Gertrude; if not, see <http://www.gnu.org/licenses/>.

VERSION = '1.22.20'
VERSION = '1.22.21'

0 comments on commit d49aaaa

Please sign in to comment.