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

Fix: Position of bank information

parent 7ef769fb
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0)
$pdf->SetFont('','B',6);
$pdf->SetXY ($curx, $cury);
$pdf->MultiCell(90, 3, $outputlangs->transnoentities("BankAccountNumber").': ' . $outputlangs->convToOutputCharset($account->number), 0, 'L', 0);
$cury-=9;
$cury-=7;
}
$pdf->SetXY ($curx, $cury+1);
......
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