a
This commit is contained in:
parent
78567b393f
commit
b011809dbe
|
|
@ -92566,7 +92566,7 @@ function inserer_bareme_lettre_cle_temp()
|
|||
//alert("Erreur : "+errorData);
|
||||
},
|
||||
success: function(data) {
|
||||
$('#div_test_gabarit').html(data);
|
||||
// $('#div_test_gabarit').html(data);
|
||||
actualiser_bareme_acte_lettre_cle_temp();
|
||||
},
|
||||
complete: function() {
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
<th style='text-align:center; border: 2px solid #939597; background-color: #dff2ff; color: #6A645A;'> <?= _("Plafond Acte") ?> </th>
|
||||
<th style='text-align:center; border: 2px solid #939597; background-color: #dff2ff; color: #6A645A;'> <?= _("TM") ?> </th>
|
||||
<th style='text-align:center; border: 2px solid #939597; background-color: #dff2ff; color: #6A645A;'> <?= _("Actif") ?> </th>
|
||||
<th style='text-align:center; border: 2px solid #939597; background-color: #dff2ff; color: #6A645A;'> <?= _("Ajout") ?> </th>
|
||||
<th style='text-align:center; border: 2px solid #939597; background-color: #dff2ff; color: #6A645A;'> <?= _("Suppr") ?> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
@ -48,6 +49,13 @@
|
|||
}else{
|
||||
$actif = "Non";
|
||||
}
|
||||
|
||||
if($this->nettoyer($v['ajout'])=="1"){
|
||||
$ajout = "Oui";
|
||||
}else{
|
||||
$ajout = "Non";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<?php if($supprime=='1'): ?>
|
||||
|
|
@ -60,6 +68,7 @@
|
|||
<td style='text-align:center; border: 2px solid #939597;'><?= format_N($this->nettoyer($v['forfaitPlafond']));?></td>
|
||||
<td style='text-align:center; border: 2px solid #939597;'><?= $this->nettoyer($v['ticketModerateur']);?></td>
|
||||
<td style='text-align:center; border: 2px solid #939597;'><?= $actif;?></td>
|
||||
<td style='text-align:center; border: 2px solid #939597;'><?= $ajout;?></td>
|
||||
<?php if($supprime=='0'): ?>
|
||||
<td style='text-align:center; border: 2px solid #939597;'>
|
||||
<button type="button" class="form-control btn btn-danger" onClick="javascript:supprimer_baremeacte_lettre_cle_detail_temp('<?= $adminProd?>',<?= $idActe ?>);">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user