diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1f1a8ab..4d7bbce 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,11 +1,7 @@ - - - - - + @@ -461,7 +457,6 @@ - @@ -486,6 +481,7 @@ - \ No newline at end of file diff --git a/module_editique.py b/module_editique.py index ee4cae2..e1651a2 100644 --- a/module_editique.py +++ b/module_editique.py @@ -1513,7 +1513,7 @@ def Get_Given_Session_Action_Status_By_Document(diction): local_nb_inscrit = inscrit_with_client_count - print(" ### NB INSC CONVENTION_STAGIAIRE_ENTREPRISE = ", inscrit_with_client_count) + for val in List_participant: local_qry = {'partner_owner_recid': str(my_partner['recid']), @@ -1548,7 +1548,7 @@ def Get_Given_Session_Action_Status_By_Document(diction): ) local_nb_inscrit = inscrit_without_client_count - print(" ### NB INSC CONVENTION_STAGIAIRE_INDIVIDUELLE = ", inscrit_without_client_count) + for val in List_participant: local_qry = {'partner_owner_recid': str(my_partner['recid']),