This commit is contained in:
KANE LAZENI 2026-07-23 22:16:17 +00:00
parent a1bacd43f2
commit 02c71d00bc

View File

@ -1,4 +1,4 @@
statut => <? $statut ?>
statut => <?= $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; ?>