a
This commit is contained in:
parent
53b90e6dbc
commit
9e8fb957c4
|
|
@ -14,6 +14,7 @@
|
||||||
<thead class="table-dark">
|
<thead class="table-dark">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="text-align:center"> Date </th>
|
<th style="text-align:center"> Date </th>
|
||||||
|
<th style="text-align:center" > <?= _("Type") ?> </th>
|
||||||
<th style="text-align:center" > <?= _("Prestataire") ?> </th>
|
<th style="text-align:center" > <?= _("Prestataire") ?> </th>
|
||||||
<th style="text-align:center" > <?= _("Patient") ?> </th>
|
<th style="text-align:center" > <?= _("Patient") ?> </th>
|
||||||
<th style="text-align:center"> <?= _("Prix Total") ?> </th>
|
<th style="text-align:center"> <?= _("Prix Total") ?> </th>
|
||||||
|
|
@ -30,6 +31,7 @@
|
||||||
?>
|
?>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td align='center'> <?= dateheureLang($this->nettoyer($prestation['dateSysteme']), $_SESSION['lang']) ?> </td>
|
<td align='center'> <?= dateheureLang($this->nettoyer($prestation['dateSysteme']), $_SESSION['lang']) ?> </td>
|
||||||
|
<td align='center'> <?= $this->nettoyer($prestation['codeTypePrestataire']) ?></td>
|
||||||
<td > <?= $this->nettoyer($prestation['prestataire']); ?> </td>
|
<td > <?= $this->nettoyer($prestation['prestataire']); ?> </td>
|
||||||
<td > <?= $this->nettoyer($prestation['patient']); ?> </td>
|
<td > <?= $this->nettoyer($prestation['patient']); ?> </td>
|
||||||
<td align='center'> <?= format_N($this->nettoyer($prestation['fraisReel'])) ?></td>
|
<td align='center'> <?= format_N($this->nettoyer($prestation['fraisReel'])) ?></td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user