start branch for template new
This commit is contained in:
@@ -32,6 +32,9 @@ if (Auth::user()->hasRole('User')) :
|
||||
$pdf->Cell(190, 6, $signedtokenpdf, 0, 0, 'C');
|
||||
$pdf->Ln();
|
||||
if ($otherclient == 'Y') {
|
||||
if ($idcertificate == 5 || $idcertificate == 6) {
|
||||
$namesurnamecertcontact = $contactsinfoData['contactname'] . ' ' . $contactsinfoData['contactsurname'];
|
||||
}
|
||||
$pdf->Ln();
|
||||
$pdf->Ln();
|
||||
$pdf->SetFont('', '', 9);
|
||||
|
||||
Reference in New Issue
Block a user