mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Merge pull request #4550 from beganovich/v5-default-margin-for-pdfs
(v5) Update default margin for PDFs
This commit is contained in:
commit
0c3a40e771
@ -92,7 +92,7 @@ class HtmlEngine
|
||||
}
|
||||
|
||||
$data = [];
|
||||
$data['$global_margin'] = ['value' => '1cm', 'label' => ''];
|
||||
$data['$global_margin'] = ['value' => '0cm', 'label' => ''];
|
||||
$data['$tax'] = ['value' => '', 'label' => ctrans('texts.tax')];
|
||||
$data['$app_url'] = ['value' => $this->generateAppUrl(), 'label' => ''];
|
||||
$data['$from'] = ['value' => '', 'label' => ctrans('texts.from')];
|
||||
|
Loading…
Reference in New Issue
Block a user