Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed Jan 13, 2020
1 parent 7cfc504 commit 12194fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generation/export_filoue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.28'
VERSION = '1.22.29'

0 comments on commit 12194fd

Please sign in to comment.