Merge branch 'main' of git.ebene.ovh:ebene/radiantrh

This commit is contained in:
KONE SOREL 2026-01-03 11:49:45 +00:00
commit 9063099249
2 changed files with 14 additions and 3 deletions

View File

@ -1555,14 +1555,16 @@ function enregistrer_retrait()
});
}
function liste_avenant()
{
window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
}
function controle_date_avenant()
{
codeTypeAvenant=$("#codeTypeAvenant").val();
$("#div_periodidite").html("");
$("#dateAvenant").val($("#datejourfr_C").val());
$("#dateAvenant").readable();
$("#motifavenant").readable();
}

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>