This commit is contained in:
KANE LAZENI 2026-07-17 10:41:31 +00:00
parent af72598d55
commit e92aff0557

View File

@ -15,24 +15,6 @@
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
<tbody>
<!--
<tr>
<td width="5%" > <?= _("Souscrip.") ?> </td>
<td width="20%">
<INPUT style='text-align:center; font-size:9pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
</td>
<td width="5%" align="center" > <?= _("Adh.") ?> </td>
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
<td width="5%" align="center"> <?= _("Bénéf.") ?> </td>
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
<td width="7%" align="center"> <?= _("Tél Bénéf.") ?> </td>
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
</tr>
-->
<tr>
<td colspan="8">
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
@ -51,7 +33,6 @@
<th width="15%" style="text-align:center" > <?= _("Reçu No") ?> </th>
<th colspan="2" style="text-align:center"> <?= _("Acte") ?> </th>
<!--<th width="7%" style="text-align:center"> <?= _("Base Remb.") ?> </th>-->
<th width="7%" style="text-align:center"> <?= _("Prix Unitaire") ?> </th>
<th width="7%" style="text-align:center"> <?= _("Prix Total") ?> </th>
<th width="5%" style="text-align:center"> <?= _("T M") ?> </th>
@ -101,7 +82,7 @@
<tr>
<?php if($idEnteteFacture > '0'): ?>
<td>
<button type="button" class="form-control btn btn-danger" onClick="onClick="javascript:supprimefactureselection('<?= $idEnteteFacture ?>', '<?= $numeroFacture ?>');"">
<button type="button" class="form-control btn btn-danger" onClick="onClick="javascript:supprimefactureselection('<?= $idEnteteFacture ?>', '<?= $numeroFacture ?>');">
<i class="fa fa-times" aria-hidden="true"></i>
</button>
</td>
@ -118,7 +99,6 @@
<td align='center'> <?= $codeGarantie ?> </td>
<td align='center'> <?= $libelleActe ?> </td>
<!--<td align='center'> <?= format_N($this->nettoyer($prestation['prixBase'])) ?></td>-->
<td align='center'> <?= format_N($this->nettoyer($prestation['valeurActe'])) ?></td>
<td align='center'> <?= format_N($this->nettoyer($prestation['fraisReel'])) ?></td>
<td align='center'> <?= format_N($this->nettoyer($prestation['montantTm'])) ?></td>