This commit is contained in:
KANE LAZENI 2026-07-21 18:56:08 +00:00
parent 8387a541d0
commit 2b95e09e54

View File

@ -16,7 +16,7 @@ listeconsultation
$prestation_total_reclame = $this->nettoyer($prestations_total['totalPrixManuel']);
?>
<tr>
<td colspan="4" style='text-align:center'> <?= _("Total (".count($prestations).")") ?> </td>
<td colspan="3" style='text-align:center'> <?= _("Total (".count($prestations).")") ?> </td>
<td align='center'><?= format_N($prestation_total_reclame) ?></td>
</tr>
</tfoot>
@ -101,7 +101,7 @@ listeconsultation
disabled>
</td>
<?php endif; ?>
<td align='center'> <?= format_N($this->nettoyer($prestation['prixManuel'])) ?></td>
</tr>
<?php endforeach; ?>