7 lines
490 B
PHP
Executable File
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>
|