Skip to content
Extraits de code Groupes Projets
Valider 2a71099e rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[DEL] Delete check repartition for SCIC

parent 6cc6cca1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -20,6 +20,7 @@ class ScopAdhesionListeMinistere(models.Model): ...@@ -20,6 +20,7 @@ class ScopAdhesionListeMinistere(models.Model):
errors += self.check_director_filled() errors += self.check_director_filled()
errors += self.check_cap_and_soc_filled() errors += self.check_cap_and_soc_filled()
errors += self.check_eff_filled() errors += self.check_eff_filled()
if self.cooperative_form_id != 'SCIC':
errors += self.check_repartition_keys_filled() errors += self.check_repartition_keys_filled()
logical_errors = self.check_error_lm() logical_errors = self.check_error_lm()
if logical_errors: if logical_errors:
......
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