mailRe: [Galette-discussion] Gestion des groupes : Exports PDF


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Johan Cwiklinski on February 04, 2017 - 13:58:
Le 04/02/2017 à 13:22, f.lassave@xxxxxxx a écrit :
C'est ce que j'étais en train de me dire ("Johan a pourtant déjà travaillé 
sur ce point !...") ...
Il suffit donc d'appeler cette fonction et de stocker le résultat dans une 
variable !?
Puis d'écrire le contenu de la variable dans le champs du PDF !?

Heu... Voilà (à priori) ce qu'il faut faire :

diff --git a/galette/groups_list.php b/galette/groups_list.php
index 4c022fc..d6192ed 100644
--- a/galette/groups_list.php
+++ b/galette/groups_list.php
@@ -172,7 +172,7 @@ foreach ( $groups_list as $group ) {

     foreach ( $members as $m ) {
         $pdf->Cell(80, 7, $m->sname, 1, 0, 'L');
-        $pdf->Cell(50, 7, $m->email, 1, 0, 'L');
+        $pdf->Cell(50, 7, $m->getEmail(), 1, 0, 'L');
         $pdf->Cell(30, 7, $m->phone, 1, 0, 'L');
         $pdf->Cell(30, 7, $m->gsm, 1, 1, 'L');
     }

++
-- 
Johan

Attachment: signature.asc
Description: OpenPGP digital signature


Related Messages


Powered by MHonArc, Updated Sat Feb 04 14:20:15 2017