prestation/Vue/Ajaxbtnavishospitalisation/index.php
2025-12-05 10:42:46 +00:00

5 lines
479 B
PHP
Executable File

<?php if($prestations_total['totalPrixManuel'] == "0"): ?>
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:alertsiprixprestationzero();"> <?= _("Envoyer un avis de prorogation") ?> </button>
<?php else: ?>
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" style='font-size:12pt;' > <?= _("Envoyer un avis de prorogation") ?> </button>
<?php endif; ?>