This commit is contained in:
Roland Gruber 2011-10-14 18:35:42 +00:00
parent 7f126f37e6
commit 331d4cdff2
1 changed files with 1 additions and 1 deletions

View File

@ -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);