Skip to content
Snippets Groups Projects
Commit 55b436c2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Position of bank information

parent 1ee4b94b
No related branches found
No related tags found
No related merge requests found
......@@ -423,9 +423,9 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0)
$pdf->MultiCell(90, 3, $outputlangs->transnoentities("Residence").': ' . $outputlangs->convToOutputCharset($account->domiciliation), 0, 'L', 0);
}
$pdf->SetXY ($curx, $cury+9);
$pdf->SetXY ($curx, $cury+11);
$pdf->MultiCell(90, 3, $outputlangs->transnoentities($ibankey).': ' . $outputlangs->convToOutputCharset($account->iban), 0, 'L', 0);
$pdf->SetXY ($curx, $cury+12);
$pdf->SetXY ($curx, $cury+14);
$pdf->MultiCell(90, 3, $outputlangs->transnoentities($bickey).': ' . $outputlangs->convToOutputCharset($account->bic), 0, 'L', 0);
return $pdf->getY();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment