This commit is contained in:
KONE SOREL 2026-02-06 12:31:53 +00:00
parent 3f46a25019
commit 21c109d354

View File

@ -496,11 +496,17 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<i class="bi bi-person-badge"></i>
<span><?= _('Assuré principal') ?></span>
</div>
<?php if($_SESSION['adherent_C'] <= " "): ?>
<div class="info-box">
<div class="info-value">
<?= $this->nettoyer($_SESSION['adherent_C']) ?>
</div>
</div>
<?php else: ?>
<button class="action-btn" onclick="javascript:afficher_adherent_id();">
<?= $this->nettoyer($_SESSION['adherent_C']) ?>
</button>
<?php endif; ?>
</div>
<!-- Patient -->