a
This commit is contained in:
parent
8387a541d0
commit
2b95e09e54
|
|
@ -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; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user