ajout switch qrcode MSIN-4376

This commit is contained in:
2026-05-25 15:34:33 -04:00
parent a762f5e599
commit dab41e4857

View File

@ -2200,8 +2200,10 @@ function fxShowCommandes($arrEpreuvesCommandees, $arrCompteClient, $tep_id, $str
<?php echo fxGetTabInscription('epr_type_' . $strLangue, $arrEpreuvesCommandees[$intCtrEpreuvesCommandees]['epr_id'], 'epreuves', 'epr'); ?>
<br>
<?php
//MSIN-4376
echo($arrEpreuvesCommandees[$intCtrEpreuvesCommandees]['eve_code_qr']);
if($arrEpreuvesCommandees[$intCtrEpreuvesCommandees]['eve_code_qr']!=1 ){
//MSIN-4323
//if($arrEpreuvesCommandees[$intCtrEpreuvesCommandees]['eve_code_qr']==1 ){
// print_rsl($arrEpreuvesCommandees[$intCtrEpreuvesCommandees]);
@ -2222,7 +2224,7 @@ function fxShowCommandes($arrEpreuvesCommandees, $arrCompteClient, $tep_id, $str
?> <img src="<?php echo $vDomaine.'/php/qr_img.php?t='.urlencode($result['qr_public_id']); ?> " width="100" /> <?php
// }
}
?>