Use GLOBAL_CHARGE_PERCENT instead of hardcoded value
This commit is contained in:
parent
a0562849cd
commit
62a05dcf76
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ def imputations_export(request):
|
|||
teacher.last_name, teacher.first_name, teacher.previous_report,
|
||||
activities['tot_ens'], 'Ens. prof.', activities['tot_mandats'] + activities['tot_formation'],
|
||||
'Accompagnement', activities['tot_paye'], 'Charge globale',
|
||||
'{0:.2f}'.format(activities['tot_paye']/21.50),
|
||||
'{0:.2f}'.format(activities['tot_paye']/settings.GLOBAL_CHARGE_PERCENT),
|
||||
teacher.next_report,
|
||||
]
|
||||
values.extend(imputations.values())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue