From 12194fdaaa0999dc4a08c78f0caf69796f024725 Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Mon, 13 Jan 2020 11:01:05 +0100 Subject: [PATCH] Version --- generation/export_filoue.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generation/export_filoue.py b/generation/export_filoue.py index 26b61336..2c10ef9b 100644 --- a/generation/export_filoue.py +++ b/generation/export_filoue.py @@ -65,7 +65,7 @@ def execute(self, text): facture_heures = facture_montants else: date_heures = GetNextMonthStart(date) - facture_heures = Facture(inscrit, date_heures.annee, date_heures.month, NO_NUMERO) + facture_heures = Facture(inscrit, date_heures.year, date_heures.month, NO_NUMERO) regime_caf = self.get_regime_caf(inscrit, date) heures_realisees += facture_heures.heures_realisees heures_facturees += facture_heures.heures_facturees diff --git a/version.py b/version.py index 88751398..f84b4f49 100755 --- a/version.py +++ b/version.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with Gertrude; if not, see . -VERSION = '1.22.28' +VERSION = '1.22.29'