]> git.parisson.com Git - teleforma.git/commitdiff
fix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 9 Jan 2017 22:22:29 +0000 (23:22 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 9 Jan 2017 22:22:29 +0000 (23:22 +0100)
teleforma/views/crfpa.py

index 08d2b440fe12ef21d9ac761edc402ab96556cd4c..a025834efcb626a40f843698fb32a4b495e074d3 100644 (file)
@@ -259,7 +259,7 @@ class UserXLSBook(object):
                 row.write(17, ', '.join([discount.description for discount in student.discounts.all()]))
 
                 row.write(18, student.total_payments)
-                row.write(19, student.total_fees)m
+                row.write(19, student.total_fees)
                 row.write(20, student.balance)
 
                 payments = student.payments.all()