Dev
This commit is contained in:
parent
839ee39b55
commit
aa5b83d96c
|
|
@ -3,7 +3,7 @@
|
|||
<table class="table table-hover align-middle bg-white mb-0" style="font-size: 0.9rem;">
|
||||
<thead class="table-light text-nowrap">
|
||||
<tr>
|
||||
<th class="text-center" width="5%" style="display:none;"><?= _("ID") ?></th>
|
||||
<th class="text-center" width="5%"><?= _("ID") ?></th>
|
||||
<th class="text-center"><?= _("Émission") ?></th>
|
||||
<th class="text-center"><?= _("Date") ?></th>
|
||||
<th><?= _("Libellé") ?></th>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
$soldeClass = ($solde <= 0) ? 'bg-success-soft text-success' : 'bg-danger-soft text-danger';
|
||||
?>
|
||||
<tr>
|
||||
<td class="text-center text-muted fw-bold" style="display:none;"><?= $idQuittance ?></td>
|
||||
<td class="text-center text-muted fw-bold"><?= $idQuittance ?></td>
|
||||
|
||||
<td class="text-center">
|
||||
<button class="btn btn-sm btn-outline-info px-2 py-0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user