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