diff --git a/Js/fonctions.js b/Js/fonctions.js index fe4276a..a31d574 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1448,40 +1448,110 @@ function enregistrer_avenant() } -function pop_afficher_selection_retrait() -{ - var div_selection_assure = $('#div_selection_assure'); - - div_selection_assure.html(` -
| = _("Cat") ?> | -= _("Nom & Prénoms") ?> | -= _("Type") ?> | -= _("N° Assuré") ?> | -= _("Entrée") ?> | -= _("Durée") ?> | -= _("S/P") ?> | -= _("P. Non Acquise") ?> | -= _("P. Nette Rist") ?> | -= $taxLabel ?> | -= _("TTC Rist") ?> | -= _("Action") ?> | -
|---|---|---|---|---|---|---|---|---|---|---|---|
| = $this->nettoyer($b['codeProduit']) ?> | -= $this->nettoyer($b['nomBeneficiaire']) ?> | -= $this->nettoyer($b['codeLienParente']) ?> | -= $this->nettoyer($b['numeroBeneficiaire']) ?> | -= dateLang($this->nettoyer($b['dateEntree']), $_SESSION['lang']) ?> | -= $this->nettoyer($b['duree']) ?> j | -= $this->nettoyer($b['rapportsp']) ?>% | -= format_N($this->nettoyer($b['primeNonAcquise'])) ?> | -= format_N($this->nettoyer($b['primeHt'])) ?> | -= format_N($this->nettoyer($b['taxe'])) ?> | -= format_N($this->nettoyer($b['primeTtc'])) ?> | -
-
-
- onclick="beneficiaire_a_retirer(this.checked ? '1' : '0', = $b['idBeneficiaire_temp'] ?>);">
-
- |
-
| = _("Totaux cumulés") ?> | -= format_N($this->nettoyer($avenant['primeNonAcquise'])) ?> | -= format_N($this->nettoyer($avenant['primeHt'])) ?> | -= format_N($this->nettoyer($avenant['taxe'])) ?> | -= format_N($this->nettoyer($avenant['primeTtc'])) ?> | -- | ||||||
| = _("Cat") ?> | += _("Nom & Prénoms") ?> | += _("Type") ?> | += _("N° Assuré") ?> | += _("Entrée") ?> | += _("Durée") ?> | += _("S/P") ?> | += _("Non Acquise") ?> | += _("TTC Rist") ?> | += _("Action") ?> | +
|---|---|---|---|---|---|---|---|---|---|
| = $this->nettoyer($b['codeProduit']) ?> | += $this->nettoyer($b['nomBeneficiaire']) ?> | += $this->nettoyer($b['codeLienParente']) ?> | += $this->nettoyer($b['numeroBeneficiaire']) ?> | += dateLang($this->nettoyer($b['dateEntree']), $_SESSION['lang']) ?> | += $this->nettoyer($b['duree']) ?> j | += $this->nettoyer($b['rapportsp']) ?>% | += format_N($this->nettoyer($b['primeNonAcquise'])) ?> | += format_N($this->nettoyer($b['primeTtc'])) ?> | +
+
+
+ onclick="beneficiaire_a_retirer(this.checked ? '1' : '0', = $b['idBeneficiaire_temp'] ?>);">
+
+ |
+