This commit is contained in:
KONE SOREL 2026-03-29 14:55:12 +00:00
parent 5600c3bf53
commit 7cc73d93a8

View File

@ -90,7 +90,7 @@
<script>
$(document).ready(function() {
const titreRapport = <?= json_encode(mb_strtoupper(_('RAPPORT DU RÉSUMÉ DES SINISTRES'), 'UTF-8')) ?>;
const titreRapport = <?= json_encode(mb_strtoupper(_('RAPPORT RECAPITULATIF DES SINISTRES'), 'UTF-8')) ?>;
const infosEntete =
"\n<?= _('Souscripteur') ?> : <?= $_SESSION['nomClient_C'] ?>\n" +