Skip to content

Commit

Permalink
onteste
Browse files Browse the repository at this point in the history
  • Loading branch information
egourlao committed Aug 20, 2016
1 parent fd79b4d commit 579114d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/excel_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def generate_receipts_xls(worksheet):
worksheet.write(num+1, 9, facture.perm.nom)
worksheet.write(num + 1, 10, facture.perm.date)
worksheet.write(num + 1, 11, facture.perm.get_periode_display())
print(facture.perm)
worksheet.write(num + 1, 12, (facture.perm.nom_resp or "") + " - " + (facture.perm.mail_resp or "Pas d'email"))
else:
for i in range(9, 13):
Expand Down

0 comments on commit 579114d

Please sign in to comment.