fix pdf tpl footer

This commit is contained in:
Dennis Eichhorn 2023-10-25 16:09:46 +00:00
parent b92732f057
commit 991bbb032f

View File

@ -227,9 +227,9 @@ class DefaultPdf extends TCPDF
0, 'L', false, 1, null, null, true, 0, false, true, 0, 'B'
);
$this->setXY(25 + 45 + 15 + 30, -15, true);
$this->setXY(25 + 45 + 15 + 20, -15, true);
$this->MultiCell(
35, 0,
45, 0,
$this->attributes['bank_name'] . "\n"
. $this->lang[$this->language]['Swift']. ': ' . $this->attributes['swift'] . "\n"
. $this->lang[$this->language]['BankAccount']. ': ' . $this->attributes['bank_account'],