This commit is contained in:
KONE SOREL 2025-12-07 04:26:52 +00:00
parent 661b018f80
commit 0666da35e8

View File

@ -635,9 +635,8 @@
var_dump( var_dump(
array( array(
"nomSociete" => $_SESSION['nomSociete'], "nomSociete" => $_SESSION['nomSociete'],
"kane" => "KANE", "kane" => "KANE LAZ",
"sorel" => "SOREL", "sorel" => "SOREL",
"kane" => "kane",
) )
); );
exit(); exit();