Rapsys Git
/
cdn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d0d1c2a
)
Fix undefined titleHeight variable
master
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 2 Nov 2020 00:43:44 +0000
(
01:43
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 2 Nov 2020 00:43:44 +0000
(
01:43
+0100)
public/ausweis.php
patch
|
blob
|
history
diff --git
a/public/ausweis.php
b/public/ausweis.php
index 3966d7fa9182bd38e7c130b2a23b842f6914b75b..9bdb5f571cc135d67e5150eeaf7983ab6f4eeec6 100644
(file)
--- a/
public/ausweis.php
+++ b/
public/ausweis.php
@@
-719,7
+719,7
@@
class Ausweis {
$p->Cell(0, 20, utf8_decode('QUITTANCE DE LOYER'), 0, 0, 'C');
//Jump line
$p->Cell(0, 20, utf8_decode('QUITTANCE DE LOYER'), 0, 0, 'C');
//Jump line
- $p->Ln($
titl
eHeight);
+ $p->Ln($
lin
eHeight);
//Set font
$p->setFont('Times', '', 9);
//Set font
$p->setFont('Times', '', 9);