diff --git a/lam/lib/pdf.inc b/lam/lib/pdf.inc index d43bd2fb..634ccd2d 100644 --- a/lam/lib/pdf.inc +++ b/lam/lib/pdf.inc @@ -70,7 +70,7 @@ function createModulePDF($accounts,$pdf_structure="default") { // The decimal separator must be a dot in order to write pdf-files setlocale(LC_NUMERIC, "C"); - $fontName = "BitstreamVeraSans-Roman"; // TODO: load font name from XML file + $fontName = "BitstreamVeraSans-Roman"; // Create a new PDF file acording to the account type $pdf = new lamPDF($load['page_definitions'],$fontName);