change Commercial -> Production

This commit is contained in:
2020-04-24 17:27:12 +02:00
parent 2e0abbdff2
commit 122710b3e4
5 changed files with 7 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ def get_member_info(request, logged_in):
elif results.access == 5:
fonction = 'Gestion'
else:
fonction = 'Commercial'
fonction = 'Production'
return {
'nom': results.nom,