This commit is contained in:
KONE SOREL 2026-03-28 15:39:12 +00:00
parent ec3f95b3e2
commit 49ac81c0c0

View File

@ -50,11 +50,14 @@
<td class="text-center"><span class="badge bg-light text-dark border"><?= $this->nettoyer($rpsinistre['codeGarantie']) ?></span></td> <td class="text-center"><span class="badge bg-light text-dark border"><?= $this->nettoyer($rpsinistre['codeGarantie']) ?></span></td>
<td class="text-end fw-bold px-3"><?= format_N($this->nettoyer($rpsinistre['fraisReel'])); ?></td> <td class="text-end fw-bold px-3"><?= format_N($this->nettoyer($rpsinistre['fraisReel'])); ?></td>
</tr> </tr>
<?php <?php
/*
if ($nbligne == 200) { if ($nbligne == 200) {
$nbligne = "> " . $nbligne . " => " . _("Export Excel"); $nbligne = "> " . $nbligne . " => " . _("Export Excel");
break; break;
} }
*/
?> ?>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>