diff --git a/Vue/Listeavenant/index.php b/Vue/Listeavenant/index.php
index 2833b17..160df78 100644
--- a/Vue/Listeavenant/index.php
+++ b/Vue/Listeavenant/index.php
@@ -34,7 +34,7 @@
$isFacture = ($avenant['facture'] == '1');
$isRH = ($avenant['ajoutClient'] == '1');
$idAvenant = $avenant['idAvenant'];
- $isNotify = ($avenant['notificationRhEnvoye']== '1');
+ $isNotify = ($avenant['notificationRhEnvoye'] == '1');
?>
|
@@ -74,9 +74,9 @@
|
-
- = _("Déja Notifier") ?>
+
+
+ = _("Déjà Notifié") ?>
|
-
@@ -103,11 +102,11 @@
// Préparation du titre
const titre = "= mb_strtoupper($titre, 'UTF-8'); ?>";
- // Préparation du bloc d'informations (Le \n sert pour le retour à la ligne dans Excel/PDF)
+ // Préparation du bloc d'informations
const infosComplementaires =
- "\n= _('Souscripteur').' : '.$_SESSION['nomClient_C'] ?>\n" +
+ "= _('Souscripteur').' : '.$_SESSION['nomClient_C'] ?>\n" +
"= _('Numéro Police').' : '.$_SESSION['numeroPolice_C'] ?>\n" +
- "= _('Période couverte').' : '.dateLang($sppoliceentete['dateEffet'], $_SESSION['lang']) ?> = _('au') ?> = dateLang($sppoliceentete['dateEcheance'], $_SESSION['lang']) ?>\n";
+ "= _('Période couverte').' : '.dateLang($sppoliceentete['dateEffet'], $_SESSION['lang']) ?> = _('au') ?> = dateLang($sppoliceentete['dateEcheance'], $_SESSION['lang']) ?>";
// Appel de la fonction
appliquerDataTable('.tabliste', {}, titre, infosComplementaires);