small change
This commit is contained in:
@@ -19,7 +19,8 @@ $pdf->SetFillColor(232, 242, 255);
|
||||
$pdf->Cell(150, 6, $companyname, 1, 0, 'L', TRUE);
|
||||
$pdf->Ln();
|
||||
$pdf->Cell(40, 6, $addresspdf, 1, 0, 'L');
|
||||
$pdf->Cell(150, 6, $contactsinfoData['address'], 1, 0, 'L', TRUE);
|
||||
$pdf->Cell(150, 6, iconv('UTF-8', 'ISO-8859-1//TRANSLIT', $contactsinfoData['address']), 1, 0, 'L', TRUE);
|
||||
|
||||
$pdf->Ln();
|
||||
$pdf->Cell(40, 6, $citytitleb, 1, 0, 'L');
|
||||
$pdf->Cell(55, 6, $contactsinfoData['city'], 1, 0, 'L', TRUE);
|
||||
|
||||
Reference in New Issue
Block a user