nouvelle version des structures de données
FossilOrigin-Name: ff5fc2aff4eab5aa2817d5b6183a5ab842bc701609fb255e97728a2a95e19c14
This commit is contained in:
parent
2a7f5ad834
commit
341afe6a7b
9 changed files with 263 additions and 109 deletions
|
|
@ -45,8 +45,8 @@ foreach ($versementsSelectionnes as $idPersonne => $personne) {
|
|||
$personne->nom,
|
||||
array($personne->montant/100),
|
||||
$personne->adresse,
|
||||
$personne->ville,
|
||||
$personne->codePostal
|
||||
$personne->codePostal,
|
||||
$personne->ville
|
||||
);
|
||||
// fabriquer le nom du fichier PDF
|
||||
$nom = str_replace(' ', '_', $personne->nom);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue