mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-11 17:18:42 +00:00
fix static company data
This commit is contained in:
parent
1ac9e10a9f
commit
91cbe9d43b
|
|
@ -40,8 +40,8 @@ $pdf->setKeywords(\implode(', ', $this->getData('keywords') ?? []));
|
|||
$pdf->language = $bill->language;
|
||||
|
||||
$pdf->attributes['legal_name'] = $this->getData('legal_company_name') ?? 'Jingga e.K.';
|
||||
$pdf->attributes['address'] = $this->getData('company_address') ?? 'Gartenstr. 26';
|
||||
$pdf->attributes['city'] = $this->getData('company_city') ?? '61206 Woellstadt';
|
||||
$pdf->attributes['address'] = $this->getData('company_address') ?? 'Kirchstr. 33';
|
||||
$pdf->attributes['city'] = $this->getData('company_city') ?? '61191 Rosbach';
|
||||
|
||||
$pdf->attributes['ceo'] = $this->getData('company_ceo') ?? 'Dennis Eichhorn';
|
||||
$pdf->attributes['tax_office'] = $this->getData('company_tax_office') ?? 'HRB ???';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user