mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 03:58:41 +00:00
fix pdf tpl footer
This commit is contained in:
parent
b92732f057
commit
991bbb032f
|
|
@ -227,9 +227,9 @@ class DefaultPdf extends TCPDF
|
||||||
0, 'L', false, 1, null, null, true, 0, false, true, 0, 'B'
|
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(
|
$this->MultiCell(
|
||||||
35, 0,
|
45, 0,
|
||||||
$this->attributes['bank_name'] . "\n"
|
$this->attributes['bank_name'] . "\n"
|
||||||
. $this->lang[$this->language]['Swift']. ': ' . $this->attributes['swift'] . "\n"
|
. $this->lang[$this->language]['Swift']. ': ' . $this->attributes['swift'] . "\n"
|
||||||
. $this->lang[$this->language]['BankAccount']. ': ' . $this->attributes['bank_account'],
|
. $this->lang[$this->language]['BankAccount']. ': ' . $this->attributes['bank_account'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user