Fixing style errors.
This commit is contained in:
parent
a5accb8c3c
commit
1d9d90036d
@ -1585,7 +1585,7 @@ class pdf_azur extends ModelePDFPropales
|
|||||||
$pdf->SetTextColor(0, 0, 60);
|
$pdf->SetTextColor(0, 0, 60);
|
||||||
|
|
||||||
// Show sender name
|
// Show sender name
|
||||||
if(empty($conf->global->MAIN_PDF_NO_SENDER_NAME)){
|
if (empty($conf->global->MAIN_PDF_NO_SENDER_NAME)) {
|
||||||
$pdf->SetXY($posx + 2, $posy + 3);
|
$pdf->SetXY($posx + 2, $posy + 3);
|
||||||
$pdf->SetFont('', 'B', $default_font_size);
|
$pdf->SetFont('', 'B', $default_font_size);
|
||||||
$pdf->MultiCell(80, 4, $outputlangs->convToOutputCharset($this->emetteur->name), 0, $ltrdirection);
|
$pdf->MultiCell(80, 4, $outputlangs->convToOutputCharset($this->emetteur->name), 0, $ltrdirection);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user