Skip to content
Extraits de code Groupes Projets
Valider a5d263b1 rédigé par jordan's avatar jordan
Parcourir les fichiers

[clean] max cara per line

parent 01778d8b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -99,7 +99,8 @@ class ScopCotisationWizard(models.TransientModel): ...@@ -99,7 +99,8 @@ class ScopCotisationWizard(models.TransientModel):
# Lancement du calcul en arrière plan # Lancement du calcul en arrière plan
threaded_cotiz = threading.Thread( threaded_cotiz = threading.Thread(
target=self.cotisation_aura_id.process_cotiz_generate, target=self.cotisation_aura_id.process_cotiz_generate,
args=(members_to_invoice, cotiz_aura_task, self.nb_quarter, self.date)) args=(members_to_invoice, cotiz_aura_task,
self.nb_quarter, self.date))
threaded_cotiz.start() threaded_cotiz.start()
else: else:
message = ("<p class='text-center'>Tous les appels de cotisations " message = ("<p class='text-center'>Tous les appels de cotisations "
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter