This commit is contained in:
KANE LAZENI 2026-07-09 12:37:51 +00:00
parent ce5232f7b0
commit 1cfe1407cf

View File

@ -1,3 +1,5 @@
statutActe => <?= $statut ?>
<?php if ($statut == "1") : ?>
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:enregistrer_entete_hospitalisation_proforma();"> <?= _("Enregistrer Entête") ?> </button>
<?php endif; ?>