Commit e765fa3272bb378c7d8e9927498ff9ae09051acf
1 parent
51e2db53
Exists in
master
and in
3 other branches
petit update doc admission.ctp
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/Template/Documents/admission.ctp
... | ... | @@ -54,8 +54,8 @@ $texte = "Laboratoire / Unite: "; |
54 | 54 | // Texte d'intitule |
55 | 55 | $fpdf->Cell(50, 6, $texte, '', 0, 'L', false); |
56 | 56 | $fpdf->SetFont('Times', 'B', 12); |
57 | -// $labName = $configuration->labName; | |
58 | -// $labUMR = $configuration->labUmr; | |
57 | +//$labName = $configuration->labName; | |
58 | +//$labUMR = $configuration->labUmr; | |
59 | 59 | $labName = "IRAP"; |
60 | 60 | $labUMR = "UMR5277"; |
61 | 61 | $fpdf->Cell(70, 6, utf8_decode("$labName - $labUMR"), '', 0, 'L', false); | ... | ... |