]> Raphaël G. Git Repositories - cdn/commitdiff
Fix undefined titleHeight variable master
authorRaphaël Gertz <git@rapsys.eu>
Mon, 2 Nov 2020 00:43:44 +0000 (01:43 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 2 Nov 2020 00:43:44 +0000 (01:43 +0100)
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);