a
This commit is contained in:
parent
a5dcddc4f7
commit
59b05062f6
|
|
@ -14,6 +14,7 @@
|
||||||
<th> <?= _("Producteur") ?> </th>
|
<th> <?= _("Producteur") ?> </th>
|
||||||
<th style='text-align:center'> <?= _("Saisie") ?> </th>
|
<th style='text-align:center'> <?= _("Saisie") ?> </th>
|
||||||
<th colspan="3"style='text-align:center'> <?= _("Facturation") ?> </th>
|
<th colspan="3"style='text-align:center'> <?= _("Facturation") ?> </th>
|
||||||
|
<th style='text-align:center'> <?= _("RH") ?> </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|
@ -43,6 +44,14 @@
|
||||||
|
|
||||||
<td align='center'> <?= dateheureLang($this->nettoyer($avenant['dateFacturation'])) ?></td>
|
<td align='center'> <?= dateheureLang($this->nettoyer($avenant['dateFacturation'])) ?></td>
|
||||||
<td align='center'> <?= $this->nettoyer($avenant['userFacturation']) ?> </td>
|
<td align='center'> <?= $this->nettoyer($avenant['userFacturation']) ?> </td>
|
||||||
|
|
||||||
|
<td align='center'>
|
||||||
|
<?php if($avenant['ajoutClient']=='1'): ?>
|
||||||
|
<input type="checkbox" checked disabled>
|
||||||
|
<?php else: ?>
|
||||||
|
<input type="checkbox" disabled>
|
||||||
|
<?php endif; ?>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user