1
0
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:
Benjamin Beganović 2020-12-22 09:44:15 +01:00 committed by GitHub
commit 0c3a40e771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')];