This commit is contained in:
aynsix
2022-02-11 18:36:00 +03:00
parent e79efdda48
commit 640823dfbb
2 changed files with 9 additions and 9 deletions

View File

@@ -992,7 +992,7 @@ class PDFRecords extends PDF
$this->pdfTitle,
'', 1, 'C', false);
$this->pdf->Write(20, "\n");
$this->pdf->SetY($this->pdf->GetY() + 15);
$this->pdf->SetFont(PhraseaPDF::FONT, '', 12);
$this->pdf->writeHTML($this->pdfDescription);