Fixing style errors.
This commit is contained in:
parent
41457d2adb
commit
190ae8377e
@ -1575,7 +1575,7 @@ class pdf_azur extends ModelePDFPropales
|
||||
$hautcadre = 40;
|
||||
|
||||
// Show sender frame
|
||||
if (empty($conf->global->PDF_NO_SENDER_FRAME)){
|
||||
if (empty($conf->global->PDF_NO_SENDER_FRAME)) {
|
||||
$pdf->SetTextColor(0, 0, 0);
|
||||
$pdf->SetFont('', '', $default_font_size - 2);
|
||||
$pdf->SetXY($posx, $posy - 5);
|
||||
@ -1630,7 +1630,7 @@ class pdf_azur extends ModelePDFPropales
|
||||
}
|
||||
|
||||
// Show recipient frame
|
||||
if (empty($conf->global->PDF_NO_RECIPENT_FRAME)){
|
||||
if (empty($conf->global->PDF_NO_RECIPENT_FRAME)) {
|
||||
$pdf->SetTextColor(0, 0, 0);
|
||||
$pdf->SetFont('', '', $default_font_size - 2);
|
||||
$pdf->SetXY($posx + 2, $posy - 5);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user