This commit is contained in:
KANE LAZENI 2026-01-03 09:58:32 +00:00
parent a5dcddc4f7
commit 59b05062f6

View File

@ -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>