production/Vue/Encselectionfacturesgarant/index.php
2025-12-01 16:12:12 +00:00

7 lines
490 B
PHP
Executable File

<?php $this->titre = "INTER SANTE - sélection quittances Client"; ?>
<INPUT class="sr-only" TYPE="text" id="idEncaissementGarant_temp" name="idEncaissementGarant_temp" value="<?= $encaissement['idEncaissementGarant_temp'] ?>">
<INPUT class="sr-only" TYPE="text" id="EcartEncaissementTolerable" name="EcartEncaissementTolerable" value="<?= $encaissement['EcartEncaissementTolerable'] ?>">
<div id="div_situation_garant">
<?php require "Vue/Ajaxsituationgarant/index.php";?>
</div>