diff --git a/src/components/Apprenant.js b/src/components/Apprenant.js
index 833439c..2952ace 100644
--- a/src/components/Apprenant.js
+++ b/src/components/Apprenant.js
@@ -4477,7 +4477,7 @@ const Apprenant = (props) => {
const [Get_Geven_Suivi_Ped_Data_result, setGet_Geven_Suivi_Ped_Data_result] = useState();
function Get_Geven_Suivi_Ped_Data(local_selected_suivi_pedagogique_id) {
- var my_id = local_selected_apprenant_id;
+ var my_id = local_selected_suivi_pedagogique_id;
Clear_Suivi_Pedago_Field();
diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js
index 8ded836..1c1f98d 100644
--- a/src/components/DisplayPartnerSession.js
+++ b/src/components/DisplayPartnerSession.js
@@ -431,7 +431,7 @@ const DisplayPartnerSession = (props) => {
{ field: 'client_rattachement_id', headerName: 'Client_id', Width: 0, hide: true, editable: true, },
{
- field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: true, editable: false,
+ field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: false, editable: false,
renderCell: (cellValues) => {
return (
@@ -445,9 +445,9 @@ const DisplayPartnerSession = (props) => {
}
},
- { field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: false, editable: true, renderCell: (params) => , },
- { field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: true },
- { field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: true },
+ { field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: true, editable: true, renderCell: (params) => , },
+ { field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: true },
+ { field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: true },
{ field: 'amount', headerName: 'Montant Formation', minWidth: 100, flex: 1, maxWidth: 150, type: 'number', flex: 1, editable: true, renderCell: (params) => , },
{
field: "update", headerName: 'Mise à jour',
@@ -711,7 +711,7 @@ const DisplayPartnerSession = (props) => {
{
- field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: true, editable: false,
+ field: 'client_facture', headerName: 'Client Fact.', minWidth: 200, flex: 1, hide: false, editable: false,
renderCell: (cellValues) => {
return (
@@ -725,9 +725,9 @@ const DisplayPartnerSession = (props) => {
}
},
- { field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: false, editable: false },
- { field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: false },
- { field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: false, editable: false },
+ { field: 'employeur', headerName: 'Employeur', minWidth: 150, flex: 1, maxWidth: 200, hide: true, editable: false },
+ { field: 'opco', headerName: 'Centre Opco', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: false },
+ { field: 'modefinancement', headerName: 'Financement', minWidth: 100, flex: 1, maxWidth: 150, hide: true, editable: false },
{ field: 'amount', headerName: 'Montant Formation', minWidth: 100, flex: 1, maxWidth: 150, type: 'number', flex: 1, editable: true },
{
diff --git a/src/components/DisplayPartnerStagiaires.js b/src/components/DisplayPartnerStagiaires.js
index bc5b8b6..fd0af54 100644
--- a/src/components/DisplayPartnerStagiaires.js
+++ b/src/components/DisplayPartnerStagiaires.js
@@ -8692,7 +8692,7 @@ const DisplayPartnerStagiaires = (props) => {
-
+ {/*
-
+
*/}