]> Raphaƫl G. Git Repositories - cdn/blobdiff - public/ausweis.php
Fix undefined titleHeight variable
[cdn] / public / ausweis.php
index 3966d7fa9182bd38e7c130b2a23b842f6914b75b..9bdb5f571cc135d67e5150eeaf7983ab6f4eeec6 100644 (file)
@@ -719,7 +719,7 @@ class Ausweis {
                $p->Cell(0, 20, utf8_decode('QUITTANCE DE LOYER'), 0, 0, 'C');
 
                //Jump line
-               $p->Ln($titleHeight);
+               $p->Ln($lineHeight);
 
                //Set font
                $p->setFont('Times', '', 9);