Implemented PIN replacement
This commit is contained in:
parent
7c33e659b4
commit
87b79503c8
1 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,8 @@ class template {
|
|||
|
||||
$html = str_replace("__DATE__", userdate($date, '%B %d, %Y'), $html);
|
||||
|
||||
$html = str_replace("__PIN__", $user->profile["pin"], $html);
|
||||
|
||||
$pdf->addPage($html);
|
||||
$pdf->send();
|
||||
die($pdf->getError());
|
||||
|
|
Loading…
Reference in a new issue