Commit e4a7e5c0d5580deebe6b52bb999ce2860bae13e1

Authored by Alexis Proust
1 parent 45f9b31f

mise a jour fichier

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/Template/Documents/fiche_materiel.ctp
... ... @@ -145,7 +145,7 @@ $fpdf->Cell(70,6,utf8_decode($etiq),'',0,'L',false);
145 145 // Texte d'intitule
146 146 $fpdf->Ln(9);
147 147 $fpdf->SetFont('Arial','',12);
148   -$texte= "Groupe métier :";
  148 +$texte= $nom_groupe_thematique." :";
149 149 $fpdf->Cell(50,6,utf8_decode($texte),'',0,'L',false);
150 150 // Texte de donnees
151 151 $fpdf->SetFont('Times','B',12);
... ... @@ -155,7 +155,7 @@ $fpdf->Cell(70,6,utf8_decode($groupesMetier),'',0,'L',false);
155 155 // Texte d'intitule
156 156 $fpdf->Ln(9);
157 157 $fpdf->SetFont('Arial','',12);
158   -$texte= "Groupe thématique :";
  158 +$texte= $nom_groupe_metier." :";
159 159 $fpdf->Cell(50,6,utf8_decode($texte),'',0,'L',false);
160 160 // Texte de donnees
161 161 $fpdf->SetFont('Times','B',12);
... ...