Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
9063099249
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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