From ef539f14927eae90c35c1021b30412f2b4ec17af Mon Sep 17 00:00:00 2001 From: cherif Date: Tue, 23 Jul 2024 11:07:57 +0200 Subject: [PATCH] 23/07/2024 - 12h --- .idea/workspace.xml | 26 +++++++++++--------------- module_editique.py | 4 ++-- 2 files changed, 13 insertions(+), 17 deletions(-) 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']),