ajout switch qrcode MSIN-4376
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user