test MSIN-4375

This commit is contained in:
2026-05-20 17:39:22 -04:00
parent 7a1685e7fa
commit b2ed26a0aa

View File

@ -2124,7 +2124,9 @@ function fxShowCommandes($arrEpreuvesCommandees, $arrCompteClient, $tep_id, $str
{ // afficher les commandes
global $objDatabase, $strEveModifiable, $vDomaine, $arrFormsTransfert, $arrFormsObjectifsDons, $arrFormsLogSettings, $arrFormsAddLogs;
$strRetour = '';
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
if ($arrEpreuvesCommandees != null) {
?>
<input type="hidden" id="partComId" value="<?php echo $arrCompteClient['com_id']; ?>">