3 lines
244 B
PHP
3 lines
244 B
PHP
<?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; ?>
|