removed \"-\" in front of section headlines
This commit is contained in:
parent
0d3d79aff3
commit
56e6e41b22
|
@ -129,7 +129,7 @@ function createModulePDF($accounts,$pdf_structure="default.xml") {
|
||||||
$section_headline = getSectionHeadline($entries[substr($name,1)][0]);
|
$section_headline = getSectionHeadline($entries[substr($name,1)][0]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$section_headline = '- ' . _($name);
|
$section_headline = $name;
|
||||||
}
|
}
|
||||||
$pdf->setFont($fontName,"B",12);
|
$pdf->setFont($fontName,"B",12);
|
||||||
$pdf->Write(5,$section_headline . ":");
|
$pdf->Write(5,$section_headline . ":");
|
||||||
|
|
Loading…
Reference in New Issue